Documentation Home
MySQL 9.1 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.4Mb
PDF (A4) - 40.5Mb
Man Pages (TGZ) - 259.5Kb
Man Pages (Zip) - 366.7Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb


MySQL 9.1 Reference Manual  / ...  / Optimization  / Tracing the Optimizer  /  Optimizer Trace Implementation

10.15.16 Optimizer Trace Implementation

See the filessql/opt_trace*, starting withsql/opt_trace.h. A trace is started by creating an instance ofOpt_trace_start; information is added to this trace by creating instances ofOpt_trace_object andOpt_trace_array, and by using theadd() methods of these classes.