Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.2Mb
PDF (A4) - 40.3Mb
Man Pages (TGZ) - 262.0Kb
Man Pages (Zip) - 367.6Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 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.