diff options
author | Mikael Ronstrom <mikael@dator8> | 2011-01-14 09:46:53 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@dator8> | 2011-01-14 09:46:53 +0100 |
commit | 02e823451569f8ae90ed44a4357e7a4382c8e2c5 (patch) | |
tree | b626d0057a588ec5ed11387274cc6b76934b3de9 /mysql-test/t/shm.test | |
parent | 2071e6e3b2450c0ae9f3a3ba56b63b54e83fbb4f (diff) | |
download | mariadb-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.test | 3 |
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){ |