summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2022-04-07 09:30:26 +1000
committerDaniel Black <daniel@mariadb.org>2022-04-07 15:17:52 +1000
commite84e134a9100f1d04f9fff56c2097ab4d020b57c (patch)
treefb1d50e6dbf891c323897520673fe5e2bba6d055
parentfd6a464ae5a4a4db4950fb9c7606a40d6fc32256 (diff)
downloadmariadb-git-e84e134a9100f1d04f9fff56c2097ab4d020b57c.tar.gz
main.thread_pool_info - no threadpool on aix
-rw-r--r--mysql-test/main/thread_pool_info.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/thread_pool_info.test b/mysql-test/main/thread_pool_info.test
index cd906454d8c..84dce94d778 100644
--- a/mysql-test/main/thread_pool_info.test
+++ b/mysql-test/main/thread_pool_info.test
@@ -1,4 +1,5 @@
source include/not_embedded.inc;
+source include/not_aix.inc;
let $have_plugin = `SELECT COUNT(*) FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_STATUS='ACTIVE' AND PLUGIN_NAME = 'THREAD_POOL_GROUPS'`;
if(!$have_plugin)