summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2017-11-15 14:07:09 +0300
committerDmitry Stogov <dmitry@zend.com>2017-11-15 14:07:09 +0300
commit6bcace1b729f48ad378d36c4bba9e576f5f3896e (patch)
tree3115049844dc58f20a07f32e0197d143b6c4864d /ext/mysqlnd/mysqlnd_wireprotocol.h
parenta0724819c2a370b64f85bebce396ff0047c878b8 (diff)
downloadphp-git-6bcace1b729f48ad378d36c4bba9e576f5f3896e.tar.gz
Use single memory pool for result metadata and result set.
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r--ext/mysqlnd/mysqlnd_wireprotocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h
index fdd26a6ca3..9455e908ad 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -196,6 +196,7 @@ typedef struct st_mysqlnd_packet_rset_header {
/* Result set field packet */
typedef struct st_mysqlnd_packet_res_field {
MYSQLND_PACKET_HEADER header;
+ MYSQLND_MEMORY_POOL *memory_pool;
MYSQLND_FIELD *metadata;
/* For table definitions, empty for result sets */
zend_bool skip_parsing;