diff options
author | msvensson@pilot.blaudden <> | 2007-03-05 10:03:42 +0100 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-03-05 10:03:42 +0100 |
commit | 9a2eea4019cdc318efd3391ca948986720cadfa8 (patch) | |
tree | 136e9ed8fb8afbf1de870f1389c9a16a9130cceb /mysql-test/t/openssl_1.test | |
parent | ab61d07a30b73e3446b6eab9536ba464a0d55f74 (diff) | |
download | mariadb-git-9a2eea4019cdc318efd3391ca948986720cadfa8.tar.gz |
Add "have_ssl" as synonym for "have_openssl"
Diffstat (limited to 'mysql-test/t/openssl_1.test')
-rw-r--r-- | mysql-test/t/openssl_1.test | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mysql-test/t/openssl_1.test b/mysql-test/t/openssl_1.test index 3d614514de3..8772b8157e3 100644 --- a/mysql-test/t/openssl_1.test +++ b/mysql-test/t/openssl_1.test @@ -1,6 +1,7 @@ -# We test openssl. Result set is optimized to be compiled with --with-openssl. -# Use mysql-test-run with --with-openssl option. --- source include/have_openssl.inc +# Tests for SSL connections, only run if mysqld is compiled +# with support for SSL. + +-- source include/have_ssl.inc --disable_warnings drop table if exists t1; |