| My Project
   
    | 
#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
 1.7.6.1
 1.7.6.1