1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Disabled a number of tests when using thread pool

This commit is contained in:
Mikael Ronstrom
2010-11-19 14:43:13 +01:00
parent 6a7151903f
commit d0182e61a1
7 changed files with 12 additions and 0 deletions

View File

@@ -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;