~drizzle-trunk/drizzle/development

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