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.

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.


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