Public Attributes | |
const dict_index_t * | index |
TABLE * | table |
ulint | n_dup |
Structure for reporting duplicate records.
Definition at line 416 of file row0merge.cc.
const dict_index_t* row_merge_dup_struct::index |
index being sorted
Definition at line 417 of file row0merge.cc.
ulint row_merge_dup_struct::n_dup |
number of duplicates
Definition at line 419 of file row0merge.cc.
TABLE* row_merge_dup_struct::table |
MySQL table object
Definition at line 418 of file row0merge.cc.