1
0
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:
Vasil Dimov
2010-04-14 15:05:56 +03:00
parent 818b32c4b9
commit 3b4be648f0
2 changed files with 12 additions and 12 deletions

View File

@ -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;