|
MySQL 5.6.14 Source Code Document
|
#include <innodb_config.h>
Public Attributes | |
| char * | idx_name |
| int | idx_id |
| meta_use_idx_t | srch_use_idx |
Describes the index's name and ID of the index on the "key" column
Definition at line 124 of file innodb_config.h.
| int meta_index::idx_id |
index id
Definition at line 126 of file innodb_config.h.
| char* meta_index::idx_name |
index name
Definition at line 125 of file innodb_config.h.
| meta_use_idx_t meta_index::srch_use_idx |
use cluster or secondary index for the search
Definition at line 127 of file innodb_config.h.