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