mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Fixed failing test case innodb.log_file_size_online
This commit is contained in:
parent
a54d151fc1
commit
ed5bba8a32
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ SHOW VARIABLES LIKE 'innodb_log_file_size';
|
|||
Variable_name Value
|
||||
innodb_log_file_size 4194304
|
||||
FOUND 1 /InnoDB: Resized log to 4\.000MiB/ in mysqld.1.err
|
||||
SET @save=@@GLOBAL.innodb_log_file_buffering;
|
||||
SET @save=@@global.innodb_log_file_buffering;
|
||||
SET GLOBAL innodb_log_file_buffering=OFF;
|
||||
SET GLOBAL innodb_log_file_buffering=ON;
|
||||
SET GLOBAL innodb_log_file_buffering=@save;
|
||||
|
|
|
@ -26,7 +26,7 @@ let SEARCH_PATTERN = InnoDB: Resized log to 4\\.000MiB;
|
|||
--source include/search_pattern_in_file.inc
|
||||
|
||||
--error 0,ER_UNKNOWN_SYSTEM_VARIABLE
|
||||
SET @save=@@GLOBAL.innodb_log_file_buffering;
|
||||
SET @save=@@global.innodb_log_file_buffering;
|
||||
--error 0,ER_UNKNOWN_SYSTEM_VARIABLE
|
||||
SET GLOBAL innodb_log_file_buffering=OFF;
|
||||
--error 0,ER_UNKNOWN_SYSTEM_VARIABLE
|
||||
|
|
Loading…
Reference in a new issue