mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
11
mysql-test/main/subselect_no_exists_to_in.test
Normal file
11
mysql-test/main/subselect_no_exists_to_in.test
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# Run subselect.test with exists to in transformation
|
||||
#
|
||||
select @@optimizer_switch like '%exists_to_in=off%';
|
||||
set optimizer_switch='exists_to_in=off';
|
||||
|
||||
--source subselect.test
|
||||
|
||||
set optimizer_switch=default;
|
||||
select @@optimizer_switch like '%exists_to_in=off%';
|
||||
|
Reference in New Issue
Block a user