mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mtr: aix - no pool of threads
This commit is contained in:
@ -49,6 +49,7 @@ sub skip_combinations {
|
||||
unless $ENV{HA_EXAMPLE_SO};
|
||||
|
||||
$skip{'include/not_windows.inc'} = 'Requires not Windows' if IS_WINDOWS;
|
||||
$skip{'include/not_aix.inc'} = 'Requires not AIX' if IS_AIX;
|
||||
|
||||
$skip{'main/plugin_loaderr.test'} = 'needs compiled-in innodb'
|
||||
unless $::mysqld_variables{'innodb'} eq "ON";
|
||||
|
Reference in New Issue
Block a user