mariadb/mysql-test/t/compress.test
msvensson@neptunus.(none) cf987efb35 Updated after testing
2005-10-13 11:28:06 +02:00

15 lines
354 B
Text

# Turn on compression between the client and server
# and run a number of tests
-- source include/have_compress.inc
connect (comp_con,localhost,root,,,,,COMPRESS);
# Check compression turned on
SHOW STATUS LIKE 'Compression';
# Source select test case
-- source include/common-tests.inc
# Check compression turned on
SHOW STATUS LIKE 'Compression';