|
InnoDB Plugin
1.0
|

Data Fields | |
| 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 |
| que_common_t ind_node_t::common |
node type: QUE_NODE_INDEX_CREATE
| mem_heap_t* ind_node_t::heap |
memory heap used as auxiliary storage
| dict_index_t* ind_node_t::index |
index to create, built as a memory data structure with dict_mem_... functions
| ulint ind_node_t::state |
node execution state
| dict_table_t* ind_node_t::table |
table which owns the index
1.8.1.2