1
# Turn on compression between the client and server
2
# and run a number of tests
5
connect (comp_con,localhost,root,,,,,COMPRESS);
7
# Check compression turned on
8
SHOW STATUS LIKE 'Compression';
9
select * from information_schema.session_status where variable_name= 'COMPRESSION';
11
# Source select test case
13
# Check compression turned on
14
SHOW STATUS LIKE 'Compression';