summaryrefslogtreecommitdiff
path: root/mysql-test/main/with_recursive.test
diff options
context:
space:
mode:
authorAlice Sherepa <alice.sherepa@gmail.com>2018-10-18 18:46:00 +0200
committerAlice Sherepa <alice.sherepa@gmail.com>2018-10-18 18:46:00 +0200
commit4c3c038e7551b0373a6a55b6b7094527c31e0daa (patch)
treee50680fc8da2e18ae01c320c137db9d0dad4dcf9 /mysql-test/main/with_recursive.test
parent67f06cadc3e340b707cae3925d59e2e209ca87a8 (diff)
downloadmariadb-git-bb-10.3-MDEV-15447.tar.gz
Diffstat (limited to 'mysql-test/main/with_recursive.test')
-rw-r--r--mysql-test/main/with_recursive.test7
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