mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
merge with 4.0 to get fix for SET enum_system_variable=NULL
BitKeeper/etc/ignore: auto-union mysql-test/t/variables.test: Auto merged
This commit is contained in:
@ -150,6 +150,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
|
||||
|
||||
|
Reference in New Issue
Block a user