From 2d2839ed32a3904362e83946fbfdb3da4a216f60 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Oct 2005 11:28:06 +0200 Subject: Updated after testing mysql-test/mysql-test-run.pl: Improved printouts mysql-test/r/compress.result: Updated test result mysql-test/r/ssl.result: Updated test result mysql-test/r/ssl_compress.result: Updated test result mysql-test/t/compress.test: Use new connection Use common include file Test feature is turned on both before and after tests mysql-test/t/ssl.test: Use new connection Use common include file Test feature is turned on both before and after tests mysql-test/t/ssl_compress.test: Use new connection Use common include file Test feature is turned on both before and after tests --- mysql-test/mysql-test-run.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/mysql-test-run.pl') 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; } -- cgit v1.2.1