| MySQL 5.6.14 Source Code Document
    | 
#include <row0merge.h>

| Public Attributes | |
| dict_index_t * | index | 
| struct TABLE * | table | 
| const ulint * | col_map | 
| ulint | n_dup | 
Structure for reporting duplicate records.
Definition at line 112 of file row0merge.h.
| 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
Definition at line 115 of file row0merge.h.
| dict_index_t* row_merge_dup_t::index | 
index being sorted
Definition at line 113 of file row0merge.h.
| ulint row_merge_dup_t::n_dup | 
number of duplicates
Definition at line 119 of file row0merge.h.
| struct TABLE* row_merge_dup_t::table | 
MySQL table object
Definition at line 114 of file row0merge.h.