From e84e134a9100f1d04f9fff56c2097ab4d020b57c Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 7 Apr 2022 09:30:26 +1000 Subject: [PATCH] main.thread_pool_info - no threadpool on aix --- mysql-test/main/thread_pool_info.test | 1 + 1 file changed, 1 insertion(+) 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)