MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
Mrg_attach_children_callback_param (TABLE_LIST *parent_l_arg, TABLE_LIST *first_child, List< Mrg_child_def > &child_def_list) | |
void | next () |
Public Attributes | |
bool | need_compat_check |
TABLE_LIST * | parent_l |
TABLE_LIST * | next_child_attach |
List_iterator_fast< Mrg_child_def > | def_it |
Mrg_child_def * | mrg_child_def |
A context of myrg_attach_children() callback.
Definition at line 564 of file ha_myisammrg.cc.
bool Mrg_attach_children_callback_param::need_compat_check |
'need_compat_check' is set by myisammrg_attach_children_callback() if a child fails the table def version check.
Definition at line 571 of file ha_myisammrg.cc.
TABLE_LIST* Mrg_attach_children_callback_param::next_child_attach |
Iterator position, the current child to attach.
Definition at line 575 of file ha_myisammrg.cc.
TABLE_LIST* Mrg_attach_children_callback_param::parent_l |
TABLE_LIST identifying this merge parent.
Definition at line 573 of file ha_myisammrg.cc.