MySQL 5.6.14 Source Code Document
|
Go to the source code of this file.
Variables | |
ST_FIELD_INFO | optimizer_trace_info [] |
Implementation of the Optimizer trace API (WL#5257) Helpers connecting the optimizer trace to THD or Information Schema. They are dedicated "to the server" (hence the file's name). In order to create a unit test of the optimizer trace without defining Item_field (and all its parent classes), st_select_lex..., these helpers are defined in opt_trace2server.cc.
Definition in file opt_trace2server.cc.
ST_FIELD_INFO optimizer_trace_info[] |
For creating fields of information_schema.OPTIMIZER_TRACE
Definition at line 563 of file opt_trace2server.cc.