diff options
author | Alice Sherepa <alice.sherepa@gmail.com> | 2018-10-18 18:46:00 +0200 |
---|---|---|
committer | Alice Sherepa <alice.sherepa@gmail.com> | 2018-10-18 18:46:00 +0200 |
commit | 4c3c038e7551b0373a6a55b6b7094527c31e0daa (patch) | |
tree | e50680fc8da2e18ae01c320c137db9d0dad4dcf9 /mysql-test/main/with_recursive.test | |
parent | 67f06cadc3e340b707cae3925d59e2e209ca87a8 (diff) | |
download | mariadb-git-bb-10.3-MDEV-15447.tar.gz |
CTE testsbb-10.3-MDEV-15447
Diffstat (limited to 'mysql-test/main/with_recursive.test')
-rw-r--r-- | mysql-test/main/with_recursive.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/main/with_recursive.test b/mysql-test/main/with_recursive.test new file mode 100644 index 00000000000..49281451840 --- /dev/null +++ b/mysql-test/main/with_recursive.test @@ -0,0 +1,7 @@ +--echo # In-memory tmp tables +set big_tables=0; +--source include/with_recursive.inc + +--echo # On-disk tmp tables +set big_tables=1; +--source include/with_recursive.inc |