|
InnoDB Plugin
1.0
|

Data Fields | |
| que_common_t | common |
| dict_table_t * | table |
| ins_node_t * | tab_def |
| ins_node_t * | col_def |
| commit_node_t * | commit_node |
| ulint | state |
| ulint | col_no |
| mem_heap_t * | heap |
| ulint tab_node_t::col_no |
next column definition to insert
| que_common_t tab_node_t::common |
node type: QUE_NODE_TABLE_CREATE
| mem_heap_t* tab_node_t::heap |
memory heap used as auxiliary storage
| ulint tab_node_t::state |
node execution state
| dict_table_t* tab_node_t::table |
table to create, built as a memory data structure with dict_mem_... functions
1.8.1.2