InnoDB Plugin  1.0
Data Fields
index_def_t Struct Reference

#include <row0merge.h>

Collaboration diagram for index_def_t:
Collaboration graph
[legend]

Data Fields

const char * name
ulint ind_type
ulint key_number
ulint n_fields
index_field_tfields

Detailed Description

Definition of an index being created

Field Documentation

index_field_t* index_def_t::fields

field definitions

ulint index_def_t::ind_type

0, DICT_UNIQUE, or DICT_CLUSTERED

ulint index_def_t::key_number

MySQL key number, or ULINT_UNDEFINED if none

ulint index_def_t::n_fields

number of fields in index

const char* index_def_t::name

index name


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