MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
InitConfigFileParser::Context Struct Reference

#include <InitConfigFileParser.hpp>

Collaboration diagram for InitConfigFileParser::Context:

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 ConfigInfom_info
Propertiesm_config
Propertiesm_defaults
Propertiesm_currentSection
const Propertiesm_userDefaults
const Propertiesm_systemDefaults
const Propertiesm_currentInfo
Properties m_userProperties
ConfigValuesFactory m_configValues

Detailed Description

Context = Which section in init config file we are currently parsing

Definition at line 65 of file InitConfigFileParser.hpp.


The documentation for this struct was generated from the following files: