MySQL 5.6.14 Source Code Document
|
#include <InitConfigFileParser.hpp>
Public Member Functions | |
Context (const ConfigInfo *) | |
void | reportError (const char *msg,...) ATTRIBUTE_FORMAT(printf |
void void | reportWarning (const char *msg,...) ATTRIBUTE_FORMAT(printf |
Public Attributes | |
ContextSectionType | type |
Section type (e.g. default section,section) | |
char | fname [256] |
Section name occuring in init config file. | |
char | pname [256] |
Section name stored in properties object. | |
Uint32 | m_lineno |
Current line no in config file. | |
Uint32 | m_sectionLineno |
Where did current section start. | |
const ConfigInfo * | m_info |
Properties * | m_config |
Properties * | m_defaults |
Properties * | m_currentSection |
const Properties * | m_userDefaults |
const Properties * | m_systemDefaults |
const Properties * | m_currentInfo |
Properties | m_userProperties |
ConfigValuesFactory | m_configValues |
Context = Which section in init config file we are currently parsing
Definition at line 65 of file InitConfigFileParser.hpp.