mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Update the sys_vars.innodb_change_buffering_basic mysql-test since the
imported InnoDB provides more values for "innodb_change_buffering".
This commit is contained in:
@ -11,8 +11,8 @@ SELECT @start_global_value;
|
||||
#
|
||||
# exists as global only
|
||||
#
|
||||
--echo Valid values are 'inserts' and 'none'
|
||||
select @@global.innodb_change_buffering in ('inserts', 'none');
|
||||
--echo Valid values are 'all', 'deletes', 'changes', 'inserts', 'none', 'purges'
|
||||
select @@global.innodb_change_buffering in ('all', 'deletes', 'changes', 'inserts', 'none', 'purges');
|
||||
select @@global.innodb_change_buffering;
|
||||
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
||||
select @@session.innodb_change_buffering;
|
||||
|
Reference in New Issue
Block a user