MySQL 9.1.0
Source Code Documentation
|
Classes | |
class | Buffer |
A wrapper of class String, for storing query or trace. More... | |
Functions | |
char | opening_bracket (bool requires_key) |
char | closing_bracket (bool requires_key) |
Variables | |
const char | brackets [] = {'[', '{', ']', '}'} |
opening and closing symbols for arrays ([])and objects ({}) More... | |
LEX_CSTRING | bool_as_text [] |
human-readable names for boolean values More... | |
const char | my_spaces [] |
|
inline |
|
inline |
LEX_CSTRING anonymous_namespace{opt_trace.cc}::bool_as_text[] |
human-readable names for boolean values
const char anonymous_namespace{opt_trace.cc}::brackets[] = {'[', '{', ']', '}'} |
opening and closing symbols for arrays ([])and objects ({})
const char anonymous_namespace{opt_trace.cc}::my_spaces[] |