From e2a2205a581afa2a3cb169b183eb229124852859 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Thu, 17 Dec 2009 14:15:28 +0000 Subject: [PATCH] Test for what Andrey has found with 16M packets --- .../tests/mysqli_insert_packet_overflow.phpt | 93 +++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 ext/mysqli/tests/mysqli_insert_packet_overflow.phpt diff --git a/ext/mysqli/tests/mysqli_insert_packet_overflow.phpt b/ext/mysqli/tests/mysqli_insert_packet_overflow.phpt new file mode 100644 index 0000000000..777610ee8b --- /dev/null +++ b/ext/mysqli/tests/mysqli_insert_packet_overflow.phpt @@ -0,0 +1,93 @@ +--TEST-- +INSERT and packet overflow +--SKIPIF-- + +--INI-- +memory_limit=256M +--FILE-- + +--CLEAN-- + +--EXPECTF-- +done! \ No newline at end of file -- 2.40.0