diff options
author | msvensson@neptunus.(none) <> | 2005-10-13 11:28:06 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-10-13 11:28:06 +0200 |
commit | cf987efb3596c4c8d91484f0255d1e19ba5715a2 (patch) | |
tree | b16d012169c367cc7c751e20be9b2a01fc98c63e /mysql-test/mysql-test-run.pl | |
parent | 7d29c2a4a1cfd8c74f141c599338893c06ec5e06 (diff) | |
download | mariadb-git-cf987efb3596c4c8d91484f0255d1e19ba5715a2.tar.gz |
Updated after testing
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 29b4a0a1ed6..8e7b0dd4cca 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1166,7 +1166,7 @@ sub check_ssl_support () { mtr_error("Couldn't find support for SSL"); return; } - mtr_report("Skipping SSL, mysqld does not support it"); + mtr_report("Skipping SSL, mysqld not compiled with SSL"); $opt_ssl_supported= 0; $opt_ssl= 0; return; @@ -1205,7 +1205,7 @@ sub check_ndbcluster_support () { "--help"], "", "/dev/null", "/dev/null", "") != 0 ) { - mtr_report("Skipping ndbcluster, mysqld does not support it"); + mtr_report("Skipping ndbcluster, mysqld not compiled with ndbcluster"); $opt_with_ndbcluster= 0; return; } |