|
InnoDB Plugin
1.0
|
#include <row0merge.h>

Data Fields | |
| dict_index_t * | index |
| struct TABLE * | table |
| const ulint * | col_map |
| ulint | n_dup |
Structure for reporting duplicate records.
| const ulint* row_merge_dup_t::col_map |
mapping of column numbers in table to the rebuilt table (index->table), or NULL if not rebuilding table
| dict_index_t* row_merge_dup_t::index |
index being sorted
| ulint row_merge_dup_t::n_dup |
number of duplicates
| struct TABLE* row_merge_dup_t::table |
MySQL table object
1.8.1.2