MySQL 5.6.14 Source Code Document
|
#include <innodb_config.h>
Public Attributes | |
option_id_t | id |
const char * | name |
option_value_t | default_value |
structure to define some default "config_option" option settings
Definition at line 170 of file innodb_config.h.
option_value_t option::default_value |
default value
Definition at line 175 of file innodb_config.h.
option_id_t option::id |
option id as in enum option_id
Definition at line 171 of file innodb_config.h.
const char* option::name |
option name for above option ID, currently they can be "COLUMN_SEPARATOR" and "TABLE_MAP_SEPARATOR"
Definition at line 172 of file innodb_config.h.