1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 06:51:18 +02:00
Files
archived-php-src/ext/mysqlnd
Nikita Popov 635303aec5 Fixed bug #80761
When row data split across multiple packets, allocate a temporary
buffer that can be reallocated, and only copy into the row buffer
pool arena once we know the final size. This avoids quadratic
memory usage for very large results.

(cherry picked from commit 1fc4c89214)
2021-05-27 16:00:03 +02:00
..
2020-05-15 09:13:22 +02:00
2019-12-27 17:31:27 +01:00
2020-04-14 10:37:37 +02:00
2020-09-01 12:25:38 +02:00
2020-09-14 12:03:07 +02:00
2019-12-27 17:31:27 +01:00
2021-05-27 16:00:03 +02:00
2019-12-27 17:31:27 +01:00
2020-06-07 10:36:50 +02:00