Drizzled Public API Documentation

row_merge_dup_struct Struct Reference

Public Attributes

const dict_index_tindex
 
TABLE * table
 
ulint n_dup
 

Detailed Description

Structure for reporting duplicate records.

Definition at line 416 of file row0merge.cc.

Member Data Documentation

const dict_index_t* row_merge_dup_struct::index

index being sorted

Definition at line 417 of file row0merge.cc.

Referenced by row_merge_drop_temp_indexes().

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.

Referenced by row_merge_drop_temp_indexes().


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