#Want to skip this test from daily Valgrind execution--sourceinclude/no_valgrind_without_big.inc# Turn on compression between the client and server# and run a number of tests# Can't test with embedded server--sourceinclude/not_embedded.inc--sourceinclude/have_compress.inc# Save the initial number of concurrent sessions--sourceinclude/count_sessions.incconnect(comp_con,localhost,root,,,,,COMPRESS);# Check compression turned onSHOWSTATUSLIKE'Compression';select*frominformation_schema.session_statuswherevariable_name='COMPRESSION';# Source select test case--sourceinclude/common-tests.inc# Check compression turned onSHOWSTATUSLIKE'Compression';connectiondefault;disconnectcomp_con;# Wait till all disconnects are completed--sourceinclude/wait_until_count_sessions.inc