We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6a464 commit e84e134Copy full SHA for e84e134
mysql-test/main/thread_pool_info.test
@@ -1,4 +1,5 @@
1
source include/not_embedded.inc;
2
+source include/not_aix.inc;
3
4
let $have_plugin = `SELECT COUNT(*) FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_STATUS='ACTIVE' AND PLUGIN_NAME = 'THREAD_POOL_GROUPS'`;
5
if(!$have_plugin)
0 commit comments