summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-10-14 16:30:42 +0300
committermonty@mashka.mysql.fi <>2003-10-14 16:30:42 +0300
commit2d3840f55073f2b8504fe3f543270fb6b18fc1ea (patch)
tree4445ce330ecd2c7419a678e20a6bddde7a287c9c /mysql-test/r/variables.result
parentc95d142f8f602b717c6c10d13e37b2b3ecf069d4 (diff)
downloadmariadb-git-2d3840f55073f2b8504fe3f543270fb6b18fc1ea.tar.gz
Fixed bug in SET enum_system_variable=NULL
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index 50e97120de6..8afdced206b 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -244,6 +244,8 @@ set myisam_max_sort_file_size=100;
Variable 'myisam_max_sort_file_size' is a GLOBAL variable and should be set with SET GLOBAL
set myisam_max_extra_sort_file_size=100;
Variable 'myisam_max_extra_sort_file_size' is a GLOBAL variable and should be set with SET GLOBAL
+set @@SQL_WARNINGS=NULL;
+Variable 'sql_warnings' can't be set to the value of 'NULL'
set autocommit=1;
set big_tables=1;
select @@autocommit, @@big_tables;