diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-15 11:50:30 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-15 12:00:05 +0100 |
commit | 6bda0c14f5d2af1efa9d32075c07e73a98f2a67a (patch) | |
tree | 2ac010245b2e9f08ad4df871a4ba813c2cc642a5 /ext/pdo_mysql/mysql_statement.c | |
parent | 6b37cdda669d40b1f3059ddb2625543b3358b8ff (diff) | |
download | php-git-6bda0c14f5d2af1efa9d32075c07e73a98f2a67a.tar.gz |
MySQLnd: Simplify management of zval row buffer
Something odd was being done here, with the row packet having a
flag for whether it should allocate the zval buffer, which would
then get moved into the result set.
Keep the management of this buffer purely at the result set level.
This also allows us to easily reuse the same buffer for all results,
rather than allocating a new one for each fetch.
Diffstat (limited to 'ext/pdo_mysql/mysql_statement.c')
0 files changed, 0 insertions, 0 deletions