MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
row_merge_dup_t Struct Reference

#include <row0merge.h>

Collaboration diagram for row_merge_dup_t:

Public Attributes

dict_index_tindex
struct TABLEtable
const ulint * col_map
ulint n_dup

Detailed Description

Structure for reporting duplicate records.

Definition at line 112 of file row0merge.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: