~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/compress.test

Renamed more stuff to drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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';