mysql-server/mysql-test/t/big_packets.test
2025-03-05 14:31:37 +07:00

15 lines
375 B
Text

#
# Test sending and receiving queries that must span packets(ie,larger than 16mb)
#
# Save the initial number of concurrent sessions
--source include/count_sessions.inc
# Requires big_test option
--source include/big_test.inc
--let $CLIENT_TYPE = BLOCKING
--source big_packets.inc
# Wait till all disconnects are completed
--source include/wait_until_count_sessions.inc