MySQL 5.6.14 Source Code Document
|
#include <opt_trace.h>
Public Member Functions | |
Opt_trace_object (Opt_trace_context *ctx, const char *key, Opt_trace_context::feature_value feature=Opt_trace_context::MISC) | |
Opt_trace_object (Opt_trace_context *ctx, Opt_trace_context::feature_value feature=Opt_trace_context::MISC) | |
Opt_trace_object & | add_alnum (const char *key, const char *value) |
Opt_trace_object & | add_utf8 (const char *key, const char *value, size_t val_length) |
Opt_trace_object & | add_utf8 (const char *key, const char *value) |
Opt_trace_object & | add (const char *key, Item *item) |
Opt_trace_object & | add (const char *key, bool value) |
Opt_trace_object & | add (const char *key, int value) |
Opt_trace_object & | add (const char *key, uint value) |
Opt_trace_object & | add (const char *key, ulong value) |
Opt_trace_object & | add (const char *key, longlong value) |
Opt_trace_object & | add (const char *key, ulonglong value) |
Opt_trace_object & | add (const char *key, double value) |
Opt_trace_object & | add_hex (const char *key, uint64 value) |
Opt_trace_object & | add_utf8_table (const TABLE *tab) |
Opt_trace_object & | add_select_number (uint select_number) |
void | end () |
Empty implementation used when optimizer trace is not compiled in
Definition at line 1124 of file opt_trace.h.