summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2018-03-27 13:10:53 +0400
committerAlexander Barkov <bar@mariadb.com>2018-03-27 13:10:53 +0400
commit0f26f71b496f483061b3f3d801513070a9c3556d (patch)
treee1b9a0ddb5374b4bca8dd9eb91913a33b45ba788 /mysql-test/r/variables.result
parent902ace096816697ee5d5ac06bd5caea67b624c40 (diff)
downloadmariadb-git-0f26f71b496f483061b3f3d801513070a9c3556d.tar.gz
MDEV-15316 Assertion `(thd->lex)->var_list.is_empty()' failed in MYSQLparse
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index d79a7bb4bec..89b2367cec8 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -1821,3 +1821,8 @@ id select_type table type possible_keys key key_len ref rows filtered Extra
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL No tables used
Warnings:
Note 1003 select @@FOObar.KEY_BUFfer_size AS "@@FOObar.KEY_BUFfer_size" from DUAL where rand() > @@fooBAR.key_buffer_size
+#
+# MDEV-15316 Assertion `(thd->lex)->var_list.is_empty()' failed in MYSQLparse
+#
+SET GLOBAL mc.key_cache_age_threshold=100, mc.key_cache_block_size=1024;
+SET GLOBAL mc.key_buffer_size= 0 /*cleanup*/;