1
# Turn on compression between the client and server
2
# and run a number of tests
4
-- source include/have_compress.inc
6
connect (comp_con,localhost,root,,,,,COMPRESS);
8
# Check compression turned on
9
SHOW STATUS LIKE 'Compression';
10
select * from information_schema.session_status where variable_name= 'COMPRESSION';
12
# Source select test case
13
-- source include/common-tests.inc
15
# Check compression turned on
16
SHOW STATUS LIKE 'Compression';