MySQL 5.6.14 Source Code Document
|
#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.
Definition at line 67 of file parse_file.h.
|
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.
Definition at line 900 of file parse_file.cc.