Tests not supporting thread pool marked
This commit is contained in:
parent
965d0953c1
commit
cba04a4645
@ -3,6 +3,9 @@
|
||||
# other platforms
|
||||
--source include/windows.inc
|
||||
|
||||
# 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){
|
||||
|
@ -2,6 +2,9 @@
|
||||
# to optimize things we skip this test on all other platforms
|
||||
--source include/windows.inc
|
||||
|
||||
# thread pool causes different results
|
||||
-- source include/not_threadpool.inc
|
||||
|
||||
# Only run this test if shared memory is avaliable
|
||||
let $shm= query_get_value("SHOW VARIABLES LIKE 'shared_memory'", Value, 1);
|
||||
if ($shm != ON){
|
||||
|
Loading…
x
Reference in New Issue
Block a user