summaryrefslogtreecommitdiff
path: root/mysql-test/t/shm.test
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@dator8>2011-01-14 09:46:53 +0100
committerMikael Ronstrom <mikael@dator8>2011-01-14 09:46:53 +0100
commit02e823451569f8ae90ed44a4357e7a4382c8e2c5 (patch)
treeb626d0057a588ec5ed11387274cc6b76934b3de9 /mysql-test/t/shm.test
parent2071e6e3b2450c0ae9f3a3ba56b63b54e83fbb4f (diff)
downloadmariadb-git-02e823451569f8ae90ed44a4357e7a4382c8e2c5.tar.gz
Tests not supporting thread pool marked
Diffstat (limited to 'mysql-test/t/shm.test')
-rw-r--r--mysql-test/t/shm.test3
1 files changed, 3 insertions, 0 deletions
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){