compress.test 424 Bytes
Newer Older
1 2 3
# Turn on compression between the client and server
# and run a number of tests

4 5 6
# Can't test with embedded server
-- source include/not_embedded.inc

7 8
-- source include/have_compress.inc

unknown's avatar
unknown committed
9
connect (comp_con,localhost,root,,,,,COMPRESS);
10 11 12 13 14

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

# Source select test case
unknown's avatar
unknown committed
15
-- source include/common-tests.inc
16

unknown's avatar
unknown committed
17 18
# Check compression turned on
SHOW STATUS LIKE 'Compression';