From 02e823451569f8ae90ed44a4357e7a4382c8e2c5 Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Fri, 14 Jan 2011 09:46:53 +0100 Subject: Tests not supporting thread pool marked --- mysql-test/t/shm.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/t/shm.test') diff --git a/mysql-test/t/shm.test b/mysql-test/t/shm.test index 0f880e58741..4c765c43c1b 100644 --- a/mysql-test/t/shm.test +++ b/mysql-test/t/shm.test @@ -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){ -- cgit v1.2.1