MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
table_helper.h File Reference
#include "pfs_column_types.h"
#include "pfs_stat.h"
#include "pfs_timer.h"
#include "pfs_engine_table.h"
#include "pfs_instr_class.h"
#include "pfs_digest.h"
Include dependency graph for table_helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PFS_instrument_view_constants
struct  PFS_object_view_constants
struct  PFS_host_row
struct  PFS_user_row
struct  PFS_account_row
struct  PFS_digest_row
struct  PFS_event_name_row
struct  PFS_object_row
struct  PFS_index_row
struct  PFS_stat_row
struct  PFS_byte_stat_row
struct  PFS_table_io_stat_row
struct  PFS_table_lock_stat_row
struct  PFS_stage_stat_row
struct  PFS_statement_stat_row
struct  PFS_connection_stat_row
struct  PFS_socket_io_stat_row
struct  PFS_file_io_stat_row

Macros

#define MD5_HASH_TO_STRING(_hash, _str)
#define MD5_HASH_TO_STRING_LENGTH   32

Functions

void set_field_object_type (Field *f, enum_object_type object_type)

Detailed Description

Performance schema table helpers (declarations).

Definition in file table_helper.h.

Macro Definition Documentation

#define MD5_HASH_TO_STRING (   _hash,
  _str 
)
Value:
sprintf(_str, "%02x%02x%02x%02x%02x%02x%02x%02x" \
"%02x%02x%02x%02x%02x%02x%02x%02x", \
_hash[0], _hash[1], _hash[2], _hash[3], \
_hash[4], _hash[5], _hash[6], _hash[7], \
_hash[8], _hash[9], _hash[10], _hash[11], \
_hash[12], _hash[13], _hash[14], _hash[15])

Definition at line 30 of file table_helper.h.