mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
15 lines
354 B
Text
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';
|