MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PFS_event_name_row Struct Reference

#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

Detailed Description

Row fragment for column EVENT_NAME.

Definition at line 150 of file table_helper.h.

Member Function Documentation

void PFS_event_name_row::make_row ( PFS_instr_class pfs)
inline

Build a row from a memory buffer.

Definition at line 158 of file table_helper.h.

void PFS_event_name_row::set_field ( Field f)
inline

Set a table field from the row.

Definition at line 165 of file table_helper.h.

Here is the call graph for this function:

Member Data Documentation

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.


The documentation for this struct was generated from the following file: