1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-07 04:01:59 +03:00
mariadb/mysql-test/t/subselect_exists_to_in.test
2013-02-26 01:20:17 +02:00

12 lines
262 B
Plaintext

#
# Run subselect.test with exists to in transformation
#
select @@optimizer_switch like '%exists_to_in=on%';
set optimizer_switch='exists_to_in=on';
--source t/subselect.test
set optimizer_switch=default;
select @@optimizer_switch like '%exists_to_in=on%';