MySQL 5.6.14 Source Code Document
|
#include <config_parser.h>
Public Attributes | |
const char * | key |
enum config_datatype | datatype |
union config_value | value |
bool | found |
An entry for a single item in the config file.
Definition at line 36 of file config_parser.h.
enum config_datatype config_item::datatype |
The datatype for the value
Definition at line 40 of file config_parser.h.
bool config_item::found |
If the item was found in the config file or not
Definition at line 44 of file config_parser.h.
const char* config_item::key |
The name of the key
Definition at line 38 of file config_parser.h.
union config_value config_item::value |
Where to store the value from the config file
Definition at line 42 of file config_parser.h.