summaryrefslogtreecommitdiff
path: root/mysql-test/t/optimizer_switch_eng_cond_pushdown1.test
blob: 187aa14540852a126c56873a6e385a799461acd4 (plain)
1
2
3
4
5
# 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;