|
InnoDB Plugin
1.0
|

Data Fields | |
| que_common_t | common |
| ulint | ins_type |
| dtuple_t * | row |
| dict_table_t * | table |
| sel_node_t * | select |
| que_node_t * | values_list |
| ulint | state |
| dict_index_t * | index |
| dtuple_t * | entry |
| ut_list_base< dtuple_t > | entry_list |
| byte * | row_id_buf |
| trx_id_t | trx_id |
| byte * | trx_id_buf |
| mem_heap_t * | entry_sys_heap |
| ulint | magic_n |
| que_common_t ins_node_t::common |
node type: QUE_NODE_INSERT
| dtuple_t* ins_node_t::entry |
NULL, or entry to insert in the index; after a successful insert of the entry, this should be reset to NULL
| dict_index_t* ins_node_t::index |
NULL, or the next index where the index entry should be inserted
| dtuple_t* ins_node_t::row |
row to insert
| sel_node_t* ins_node_t::select |
select in searched insert
| ulint ins_node_t::state |
node execution state
| dict_table_t* ins_node_t::table |
table where to insert
| trx_id_t ins_node_t::trx_id |
trx id or the last trx which executed the node
1.8.1.2