MySQL 5.6.14 Source Code Document
|
#include <table_helper.h>
Public Member Functions | |
void | make_row (PFS_instr_class *pfs) |
void | set_field (Field *f) |
Public Attributes | |
const char * | m_name |
uint | m_name_length |
Row fragment for column EVENT_NAME.
Definition at line 150 of file table_helper.h.
|
inline |
Build a row from a memory buffer.
Definition at line 158 of file table_helper.h.
|
inline |
Set a table field from the row.
Definition at line 165 of file table_helper.h.
const char* PFS_event_name_row::m_name |
Column EVENT_NAME.
Definition at line 153 of file table_helper.h.
uint PFS_event_name_row::m_name_length |
Length in bytes of m_name
.
Definition at line 155 of file table_helper.h.