Commit b7918a6d authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix test suite after MDEV-15438

parent 5936d43a
call mtr.add_suppression("Could not increase number of max_open_files to more than");
SELECT @@global.thread_pool_size; SELECT @@global.thread_pool_size;
@@global.thread_pool_size @@global.thread_pool_size
200 200
......
--source include/not_windows.inc --source include/not_windows.inc
--source include/not_embedded.inc --source include/not_embedded.inc
--source include/have_pool_of_threads.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; SELECT @@global.thread_pool_size;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment