From d0182e61a189fada37c19281c69fd4824e6092a8 Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Fri, 19 Nov 2010 14:43:13 +0100 Subject: Disabled a number of tests when using thread pool --- mysql-test/t/mysqlshow.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/t/mysqlshow.test') 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; -- cgit v1.2.1