summaryrefslogtreecommitdiff
path: root/mysql-test/t/shm.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/shm.test')
-rw-r--r--mysql-test/t/shm.test5
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql-test/t/shm.test b/mysql-test/t/shm.test
index 567caa4989a..4c765c43c1b 100644
--- a/mysql-test/t/shm.test
+++ b/mysql-test/t/shm.test
@@ -2,9 +2,12 @@
# 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 (`SELECT '$shm' != 'ON'`){
+if ($shm != ON){
skip No shm support;
}
let $shm_name= query_get_value("SHOW GLOBAL VARIABLES LIKE 'shared_memory_base_name'", Value, 1);