diff options
author | Alice Sherepa <alice.sherepa@gmail.com> | 2018-06-18 11:00:58 +0200 |
---|---|---|
committer | Alice Sherepa <alice.sherepa@gmail.com> | 2018-06-18 11:00:58 +0200 |
commit | 0782d8703ba037b44d05184ec6572e323189ff94 (patch) | |
tree | acba972862814415f0a87cb49ed016f94302912b /mysql-test/t/with_recursive.test | |
parent | 352c7e0dfaa0f121c5b35e1d9fafb9ec8897e768 (diff) | |
download | mariadb-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.test | 7 |
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 |