MySQL 5.6.14 Source Code Document
|
Public Attributes | |
que_common_t | common |
dict_index_t * | index |
ins_node_t * | ind_def |
ins_node_t * | field_def |
commit_node_t * | commit_node |
ulint | state |
ulint | page_no |
dict_table_t * | table |
dtuple_t * | ind_row |
ulint | field_no |
mem_heap_t * | heap |
Definition at line 216 of file dict0crea.h.
que_common_t ind_node_t::common |
node type: QUE_NODE_INDEX_CREATE
Definition at line 217 of file dict0crea.h.
mem_heap_t* ind_node_t::heap |
memory heap used as auxiliary storage
Definition at line 236 of file dict0crea.h.
dict_index_t* ind_node_t::index |
index to create, built as a memory data structure with dict_mem_... functions
Definition at line 218 of file dict0crea.h.
ulint ind_node_t::state |
node execution state
Definition at line 231 of file dict0crea.h.
dict_table_t* ind_node_t::table |
table which owns the index
Definition at line 233 of file dict0crea.h.