mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
6 lines
253 B
Text
6 lines
253 B
Text
|
# check how --engine-condition-pushdown and --optimizer-switch
|
||
|
# influence each other when used together (last wins).
|
||
|
select @@session.engine_condition_pushdown,
|
||
|
@@global.engine_condition_pushdown,
|
||
|
@@session.optimizer_switch, @@global.optimizer_switch;
|