summaryrefslogtreecommitdiff
path: root/mysql-test/t/ssl_compress.test
blob: 23051c0e36765c572c8a2793d659db5bbb923d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Turn on compression between the client and server
# and run a number of tests

-- source include/have_ssl.inc
-- source include/have_compress.inc

connect (ssl_compress_con,localhost,root,,,,,SSL COMPRESS);

# Check ssl turned on
SHOW STATUS LIKE 'Ssl_cipher';

# Check compression turned on
SHOW STATUS LIKE 'Compression';

# Source select test case
-- source include/common-tests.inc

# Check ssl turned on
SHOW STATUS LIKE 'Ssl_cipher';

# Check compression turned on
SHOW STATUS LIKE 'Compression';