fix test suite after MDEV-15438

This commit is contained in:
Vladislav Vaintroub 2018-10-11 20:36:59 +02:00
parent 5936d43afb
commit b7918a6d38
2 changed files with 2 additions and 0 deletions

View File

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

View File

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