|
MySQL 5.6.14 Source Code Document
|
#include <table_helper.h>

Public Member Functions | |
| int | make_row (PFS_table_share *pfs, uint table_index) |
| void | set_field (uint index, Field *f) |
Public Attributes | |
| PFS_object_row | m_object_row |
| char | m_index_name [NAME_LEN] |
| uint | m_index_name_length |
Row fragment for columns OBJECT_TYPE, SCHEMA_NAME, OBJECT_NAME, INDEX_NAME.
Definition at line 192 of file table_helper.h.
| int PFS_index_row::make_row | ( | PFS_table_share * | pfs, |
| uint | table_index | ||
| ) |
Build a row from a memory buffer.
Definition at line 217 of file table_helper.cc.

| void PFS_index_row::set_field | ( | uint | index, |
| Field * | f | ||
| ) |
Set a table field from the row.
Definition at line 236 of file table_helper.cc.


| char PFS_index_row::m_index_name[NAME_LEN] |
Column INDEX_NAME.
Definition at line 196 of file table_helper.h.
| uint PFS_index_row::m_index_name_length |
Length in bytes of m_index_name.
Definition at line 198 of file table_helper.h.