fix test suite after MDEV-15438
This commit is contained in:
parent
5936d43afb
commit
b7918a6d38
@ -1,3 +1,4 @@
|
||||
call mtr.add_suppression("Could not increase number of max_open_files to more than");
|
||||
SELECT @@global.thread_pool_size;
|
||||
@@global.thread_pool_size
|
||||
200
|
||||
|
@ -1,6 +1,7 @@
|
||||
--source include/not_windows.inc
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_pool_of_threads.inc
|
||||
call mtr.add_suppression("Could not increase number of max_open_files to more than");
|
||||
|
||||
SELECT @@global.thread_pool_size;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user