~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/mordred/t/compress.test

  • Committer: Brian Aker
  • Date: 2008-12-18 17:54:22 UTC
  • mfrom: (713.1.5 devel)
  • Revision ID: brian@tangent.org-20081218175422-zqfm3mpueuq7z2az
Merge from Monty

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
 
 
5
 
connect (comp_con,localhost,root,,,,,COMPRESS);
6
 
 
7
 
# Check compression turned on
8
 
SHOW STATUS LIKE 'Compression';
9
 
select * from information_schema.session_status where variable_name= 'COMPRESSION';
10
 
 
11
 
# Source select test case
12
 
 
13
 
# Check compression turned on
14
 
SHOW STATUS LIKE 'Compression';