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

16 lines
414 B
Text

#
# Test sending and receiving queries that saddle a MAX_PACKET_LENGTH
# boundary (aka 16mb boundary)
#
# Save the initial number of concurrent sessions
--source include/count_sessions.inc
# Requires big_test option
--source include/big_test.inc
--let CLIENT_TYPE = NONBLOCKING
--source big_packets_boundary.inc
# cleanup
# Wait till all disconnects are completed
--source include/wait_until_count_sessions.inc