Skip to content

Commit

Permalink
main.thread_pool_info - no threadpool on aix
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Apr 7, 2022
1 parent fd6a464 commit e84e134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/main/thread_pool_info.test
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit e84e134

Please sign in to comment.