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