MySQL 8.0.40
Source Code Documentation
|
A context of myrg_attach_children() callback. More...
Public Member Functions | |
Mrg_attach_children_callback_param (Table_ref *parent_l_arg, Table_ref *first_child, List< Mrg_child_def > &child_def_list) | |
void | next () |
Public Attributes | |
bool | need_compat_check |
'need_compat_check' is set by myisammrg_attach_children_callback() if a child fails the table def version check. More... | |
Table_ref * | parent_l |
Table_ref identifying this merge parent. More... | |
Table_ref * | next_child_attach |
Iterator position, the current child to attach. More... | |
List_iterator_fast< Mrg_child_def > | def_it |
Mrg_child_def * | mrg_child_def |
A context of myrg_attach_children() callback.
|
inline |
|
inline |
List_iterator_fast<Mrg_child_def> Mrg_attach_children_callback_param::def_it |
Mrg_child_def* Mrg_attach_children_callback_param::mrg_child_def |
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.
Table_ref* Mrg_attach_children_callback_param::next_child_attach |
Iterator position, the current child to attach.
Table_ref* Mrg_attach_children_callback_param::parent_l |
Table_ref identifying this merge parent.