MySQL 5.6.14 Source Code Document
|
Public Attributes | |
const char * | name |
ulint | prefix_len |
InnoDB index columns used during index and index schema creation.
Definition at line 145 of file api0api.cc.
const char* ib_key_col_t::name |
Name of column
Definition at line 146 of file api0api.cc.
ulint ib_key_col_t::prefix_len |
Column index prefix len or 0
Definition at line 148 of file api0api.cc.