MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Mrg_attach_children_callback_param Class Reference
Collaboration diagram for Mrg_attach_children_callback_param:

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_LISTparent_l
TABLE_LISTnext_child_attach
List_iterator_fast< Mrg_child_defdef_it
Mrg_child_defmrg_child_def

Detailed Description

A context of myrg_attach_children() callback.

Definition at line 564 of file ha_myisammrg.cc.

Member Data Documentation

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.


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