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/t/ssl_compress.test | |
parent | 7d29c2a4a1cfd8c74f141c599338893c06ec5e06 (diff) | |
download | mariadb-git-cf987efb3596c4c8d91484f0255d1e19ba5715a2.tar.gz |
Updated after testing
Diffstat (limited to 'mysql-test/t/ssl_compress.test')
-rw-r--r-- | mysql-test/t/ssl_compress.test | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mysql-test/t/ssl_compress.test b/mysql-test/t/ssl_compress.test index 2d40b85c33d..f5fe86e9a81 100644 --- a/mysql-test/t/ssl_compress.test +++ b/mysql-test/t/ssl_compress.test @@ -4,11 +4,7 @@ -- source include/have_openssl.inc -- source include/have_compress.inc - -# Reconnect to turn ssl and compress on for -# default connection -disconnect default; -connect (default,localhost,root,,,,,SSL COMPRESS); +connect (ssl_compress_con,localhost,root,,,,,SSL COMPRESS); # Check ssl turned on SHOW STATUS LIKE 'Ssl_cipher'; @@ -17,5 +13,10 @@ SHOW STATUS LIKE 'Ssl_cipher'; SHOW STATUS LIKE 'Compression'; # Source select test case --- source t/select.test +-- source include/common-tests.inc + +# Check ssl turned on +SHOW STATUS LIKE 'Ssl_cipher'; +# Check compression turned on +SHOW STATUS LIKE 'Compression'; |