mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixing a few broken tests.
This commit is contained in:
@ -54,5 +54,9 @@ select * from information_schema.global_variables where variable_name='innodb_io
|
||||
set global innodb_io_capacity=100;
|
||||
select @@global.innodb_io_capacity;
|
||||
|
||||
#
|
||||
# cleanup
|
||||
#
|
||||
|
||||
SET @@global.innodb_io_capacity = @start_global_value;
|
||||
SELECT @@global.innodb_io_capacity;
|
||||
|
Reference in New Issue
Block a user