diff options
author | Mats Kindahl <mats@sun.com> | 2010-04-21 08:15:10 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-04-21 08:15:10 +0200 |
commit | b5c45fb624c3d7d97dc394986a6b77165ebc1aeb (patch) | |
tree | 3f93fdd5f8cf3205b3c23f1a1ae8987e2e4d3a46 /mysql-test/t/openssl_1.test | |
parent | c0817bacafacfd3199551a64acae8c6cb60dc238 (diff) | |
parent | 20f5c421e7a70fa4338da34ab123002cf9b00ad3 (diff) | |
download | mariadb-git-b5c45fb624c3d7d97dc394986a6b77165ebc1aeb.tar.gz |
Merging with mysql-trunk-bugfixing
Diffstat (limited to 'mysql-test/t/openssl_1.test')
-rw-r--r-- | mysql-test/t/openssl_1.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/openssl_1.test b/mysql-test/t/openssl_1.test index 8ca70258bc0..4b16f9ba699 100644 --- a/mysql-test/t/openssl_1.test +++ b/mysql-test/t/openssl_1.test @@ -1,7 +1,7 @@ # Tests for SSL connections, only run if mysqld is compiled # with support for SSL. ---source include/have_ssl.inc +-- source include/have_ssl_communication.inc # Save the initial number of concurrent sessions --source include/count_sessions.inc |