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 164 of file dict0crea.h.
que_common_t ind_node_struct::common |
node type: QUE_NODE_INDEX_CREATE
Definition at line 165 of file dict0crea.h.
Referenced by ind_create_graph_create().
mem_heap_t* ind_node_struct::heap |
memory heap used as auxiliary storage
Definition at line 184 of file dict0crea.h.
Referenced by ind_create_graph_create(), and que_graph_free_recursive().
dict_index_t* ind_node_struct::index |
index to create, built as a memory data
structure with dict_mem_... functions
Definition at line 166 of file dict0crea.h.
Referenced by dict_create_index_step(), and ind_create_graph_create().
ulint ind_node_struct::state |
node execution state
Definition at line 179 of file dict0crea.h.
Referenced by dict_create_index_step(), and ind_create_graph_create().
dict_table_t* ind_node_struct::table |
table which owns the index
Definition at line 181 of file dict0crea.h.
Referenced by dict_create_index_step().