summaryrefslogtreecommitdiff
path: root/mysql-test/t/with_recursive.test
diff options
context:
space:
mode:
authorAlice Sherepa <alice.sherepa@gmail.com>2018-06-18 11:00:58 +0200
committerAlice Sherepa <alice.sherepa@gmail.com>2018-06-18 11:00:58 +0200
commit0782d8703ba037b44d05184ec6572e323189ff94 (patch)
treeacba972862814415f0a87cb49ed016f94302912b /mysql-test/t/with_recursive.test
parent352c7e0dfaa0f121c5b35e1d9fafb9ec8897e768 (diff)
downloadmariadb-git-bb-MDEV-15447.tar.gz
CTE tests (from MySQL 8.0)bb-MDEV-15447
Diffstat (limited to 'mysql-test/t/with_recursive.test')
-rw-r--r--mysql-test/t/with_recursive.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/with_recursive.test b/mysql-test/t/with_recursive.test
new file mode 100644
index 00000000000..49281451840
--- /dev/null
+++ b/mysql-test/t/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