# Turn on compression between the client and server # and run a number of tests -- source include/have_compress.inc enable_compress; # Reconnect to turn compress on for # default connection disconnect default; connect (default,localhost,root,,); # Check compression turned on SHOW STATUS LIKE 'Compression'; # Source select test case -- source t/select.test disable_compress;