My Project
Public Member Functions
File_parser_dummy_hook Class Reference

#include <parse_file.h>

Inheritance diagram for File_parser_dummy_hook:
Unknown_key_hook

List of all members.

Public Member Functions

virtual bool process_unknown_string (const char *&unknown_key, uchar *base, MEM_ROOT *mem_root, const char *end)

Detailed Description

Dummy hook for parsers which do not need hook for unknown keys.


Member Function Documentation

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.

Parameters:
[in,out]unknown_keyreference on the line with unknown parameter and the parsing point
[in]basebase address for parameter writing (structure like TABLE)
[in]mem_rootMEM_ROOT for parameters allocation
[in]endthe end of the configuration
Note:
This hook used to catch no longer supported keys and process them for backward compatibility, but it will not slow down processing of modern format files. This hook does nothing except debug output.
Return values:
FALSEOK
TRUEError

Implements Unknown_key_hook.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines