diff options
author | Mikael Ronstrom <mikael@dator8> | 2010-11-19 14:43:13 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@dator8> | 2010-11-19 14:43:13 +0100 |
commit | d0182e61a189fada37c19281c69fd4824e6092a8 (patch) | |
tree | d1fd8627549b4ec0c0804055e2bd0e15187112b3 /mysql-test/t/mysqlshow.test | |
parent | 6a7151903f2338bb2f89fdc48f2ff21e085f4bae (diff) | |
download | mariadb-git-d0182e61a189fada37c19281c69fd4824e6092a8.tar.gz |
Disabled a number of tests when using thread pool
Diffstat (limited to 'mysql-test/t/mysqlshow.test')
-rw-r--r-- | mysql-test/t/mysqlshow.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/mysqlshow.test b/mysql-test/t/mysqlshow.test index 66ec8e22ab1..515e2bcf325 100644 --- a/mysql-test/t/mysqlshow.test +++ b/mysql-test/t/mysqlshow.test @@ -2,6 +2,8 @@ -- source include/not_embedded.inc # Test lists tables in Information_schema, and InnoDB adds some -- source include/have_innodb.inc +# Don't test when thread_pool active +--source include/not_threadpool.inc --disable_warnings DROP TABLE IF EXISTS t1,t2,test1,test2; |