MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Opt_trace_array Class Reference

#include <opt_trace.h>

Public Member Functions

 Opt_trace_array (Opt_trace_context *ctx, const char *key, Opt_trace_context::feature_value feature=Opt_trace_context::MISC)
 Opt_trace_array (Opt_trace_context *ctx, Opt_trace_context::feature_value feature=Opt_trace_context::MISC)
Opt_trace_arrayadd_alnum (const char *value)
Opt_trace_arrayadd_utf8 (const char *value, size_t val_length)
Opt_trace_arrayadd_utf8 (const char *value)
Opt_trace_arrayadd (Item *item)
Opt_trace_arrayadd (bool value)
Opt_trace_arrayadd (int value)
Opt_trace_arrayadd (uint value)
Opt_trace_arrayadd (longlong value)
Opt_trace_arrayadd (ulonglong value)
Opt_trace_arrayadd (double value)
Opt_trace_arrayadd_hex (uint64 value)
Opt_trace_arrayadd_utf8_table (TABLE *tab)
Opt_trace_arrayadd_select_number (uint select_number)
void end ()

Detailed Description

Empty implementation used when optimizer trace is not compiled in

Definition at line 1157 of file opt_trace.h.


The documentation for this class was generated from the following file: