File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,10 @@ SET GLOBAL innodb_log_file_buffering=@save;
2727SET GLOBAL innodb_log_file_mmap=OFF;
2828Got one of the listed errors
2929connect con1,localhost,root;
30- SET GLOBAL innodb_log_file_size=16777216 ;
30+ SET GLOBAL innodb_log_file_size=7340032 ;
3131connection default;
3232SET GLOBAL innodb_log_archive=ON;
33- ERROR HY000: SET GLOBAL innodb_log_file_size is in progress
34- SELECT @@GLOBAL.innodb_log_archive;
35- @@GLOBAL.innodb_log_archive
36- 0
33+ SET GLOBAL innodb_log_archive=OFF;
3734KILL QUERY @id;
3835connection con1;
3936SET GLOBAL innodb_log_archive=ON, innodb_log_file_size=10485760;
Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ SET GLOBAL innodb_log_file_mmap=OFF;
4545
4646--connect con1,localhost,root
4747let $ID= `SELECT @id := CONNECTION_ID()`;
48- send SET GLOBAL innodb_log_file_size=16777216 ;
48+ send SET GLOBAL innodb_log_file_size=7340032 ;
4949--connection default
5050let $ignore= `SELECT @id := $ID`;
5151let $wait_condition=
5252select count(*)=1 from information_schema.processlist
53- where id=@id and info like 'SET GLOBAL innodb_log_file_size=16777216 ';
53+ where id=@id and info like 'SET GLOBAL innodb_log_file_size=7340032 ';
5454--source include/wait_condition.inc
55- --error ER_WRONG_USAGE
55+ --error 0, ER_WRONG_USAGE
5656SET GLOBAL innodb_log_archive=ON;
57- SELECT @@ GLOBAL. innodb_log_archive;
57+ SET GLOBAL innodb_log_archive=OFF ;
5858
5959KILL QUERY @id;
6060--connection con1
You can’t perform that action at this time.
0 commit comments