mariadb/mysql-test/suite/sysschema/t/optimizer_switch.test
Monty 5de734da6b Added sys.optimizer_switch_on() and sys.optimizer_switch_off()
These are helpful tools to quickly see what optimizer switch options
are on or off.  The different options are displayed alphabetically
2023-02-10 12:58:50 +02:00

2 lines
65 B
Text

call sys.optimizer_switch_on();
call sys.optimizer_switch_off();