InnoDB Plugin  1.0
Data Fields
row_merge_dup_t Struct Reference

#include <row0merge.h>

Collaboration diagram for row_merge_dup_t:
Collaboration graph
[legend]

Data Fields

dict_index_tindex
struct TABLE * table
const ulint * col_map
ulint n_dup

Detailed Description

Structure for reporting duplicate records.

Field 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

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


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