summaryrefslogtreecommitdiff
path: root/mysql-test/t/variables.test
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-10-14 16:30:42 +0300
committerunknown <monty@mashka.mysql.fi>2003-10-14 16:30:42 +0300
commitd1ed51db824c8335dc6b4617d09b600f3c918506 (patch)
tree4445ce330ecd2c7419a678e20a6bddde7a287c9c /mysql-test/t/variables.test
parent74ea459412f9a479ea1385a72cc27b4245c06435 (diff)
downloadmariadb-git-d1ed51db824c8335dc6b4617d09b600f3c918506.tar.gz
Fixed bug in SET enum_system_variable=NULL
BitKeeper/etc/ignore: added scripts/make_sharedlib_distribution mysql-test/r/variables.result: Add test for enum_system_variable=NULL mysql-test/t/variables.test: Add test for enum_system_variable=NULL sql/set_var.cc: Fixed bug in SET enum_system_variable=NULL Moved some array elements to get result sorted
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r--mysql-test/t/variables.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test
index 6a3264741ad..8e38160c60b 100644
--- a/mysql-test/t/variables.test
+++ b/mysql-test/t/variables.test
@@ -153,6 +153,8 @@ select @@global.sql_auto_is_null;
set myisam_max_sort_file_size=100;
--error 1229
set myisam_max_extra_sort_file_size=100;
+--error 1231
+set @@SQL_WARNINGS=NULL;
# Test setting all variables