My Project
|
#include <parse_file.h>
Public Member Functions | |
virtual bool | process_unknown_string (const char *&unknown_key, uchar *base, MEM_ROOT *mem_root, const char *end) |
Dummy hook for parsers which do not need hook for unknown keys.
bool File_parser_dummy_hook::process_unknown_string | ( | const char *& | unknown_key, |
uchar * | base, | ||
MEM_ROOT * | mem_root, | ||
const char * | end | ||
) | [virtual] |
Dummy unknown key hook.
[in,out] | unknown_key | reference on the line with unknown parameter and the parsing point |
[in] | base | base address for parameter writing (structure like TABLE) |
[in] | mem_root | MEM_ROOT for parameters allocation |
[in] | end | the end of the configuration |
FALSE | OK |
TRUE | Error |
Implements Unknown_key_hook.