Commit 6a3a0460 authored by Daniel Black's avatar Daniel Black

mtr: aix - no pool of threads

parent 2301093f
#
# suite.pm will make sure that all tests including this file
# will be skipped if run under AIX
#
--source include/not_embedded.inc --source include/not_embedded.inc
--source include/not_aix.inc
# Test that wait_timeout does not cause connection to be closed, when connection is delayed due to # Test that wait_timeout does not cause connection to be closed, when connection is delayed due to
# threadpool internal problems, e.g misconfiguration - too few threads and queueing. # threadpool internal problems, e.g misconfiguration - too few threads and queueing.
# So if client did not cause wait_timeout, do not report it either. # So if client did not cause wait_timeout, do not report it either.
......
...@@ -49,6 +49,7 @@ sub skip_combinations { ...@@ -49,6 +49,7 @@ sub skip_combinations {
unless $ENV{HA_EXAMPLE_SO}; unless $ENV{HA_EXAMPLE_SO};
$skip{'include/not_windows.inc'} = 'Requires not Windows' if IS_WINDOWS; $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' $skip{'main/plugin_loaderr.test'} = 'needs compiled-in innodb'
unless $::mysqld_variables{'innodb'} eq "ON"; unless $::mysqld_variables{'innodb'} eq "ON";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment