Tests not supporting thread pool marked

This commit is contained in:
Mikael Ronstrom 2011-01-14 09:46:53 +01:00
parent 965d0953c1
commit cba04a4645
2 changed files with 6 additions and 0 deletions

View file

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

View file

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