1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix connect2 test, simulated errors do not work with thread cache

This commit is contained in:
Vladislav Vaintroub
2016-04-27 21:50:54 +02:00
parent 6345cd4418
commit 8b94aec11a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
call mtr.add_suppression("Allocation failed");
SET @old_debug= @@session.debug;
set @old_thread_cache_size=@@global.thread_cache_size;
set @@global.thread_cache_size=0;
connect con1,localhost,root,,test,,;
select 1;
1