|
MySQL 5.6.14 Source Code Document
|
#include <table_helper.h>
Public Member Functions | |
| int | make_row (PFS_host *pfs) |
| void | set_field (Field *f) |
Public Attributes | |
| char | m_hostname [HOSTNAME_LENGTH] |
| uint | m_hostname_length |
Row fragment for column HOST.
Definition at line 82 of file table_helper.h.
| int PFS_host_row::make_row | ( | PFS_host * | pfs | ) |
Build a row from a memory buffer.
Definition at line 29 of file table_helper.cc.
| void PFS_host_row::set_field | ( | Field * | f | ) |
Set a table field from the row.
Definition at line 39 of file table_helper.cc.


| char PFS_host_row::m_hostname[HOSTNAME_LENGTH] |
Column HOST.
Definition at line 85 of file table_helper.h.
| uint PFS_host_row::m_hostname_length |
Length in bytes of m_hostname.
Definition at line 87 of file table_helper.h.