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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user