SET optimizer_trace="enabled=on";
select * from student;
select * from information_schema.optimizer_trace;
SET optimizer_trace="enabled=off";