1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

main.thread_pool_info - no threadpool on aix

This commit is contained in:
Daniel Black
2022-04-07 09:30:26 +10:00
parent fd6a464ae5
commit e84e134a91

View File

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