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

MDEV-22933 - remove ---source include/not_threadpool.inc from tests

This commit is contained in:
Vladislav Vaintroub
2020-06-18 23:12:54 +02:00
parent b2feb03001
commit 98333883ee
13 changed files with 0 additions and 22 deletions

View File

@ -5,9 +5,6 @@
# Named pipe does not support the non-blocking API.
--disable_non_blocking_api
# thread pool causes different results
-- source include/not_threadpool.inc
# Only run this test if named pipe is avaliable
let $nmp= query_get_value("SHOW VARIABLES LIKE 'named_pipe'", Value, 1);
if ($nmp != ON){