summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-03-12 13:03:46 +0000
committerAndrey Hristov <andrey@php.net>2010-03-12 13:03:46 +0000
commitccfd9cd744c700dfc26f73ae47036fb5ad780b4a (patch)
tree79392547912de600fcf6cd80cc12232c3c7180f1 /ext/mysqlnd/mysqlnd_wireprotocol.h
parentaf49e58f5155383a440041c77cc1ecbaf507fde7 (diff)
downloadphp-git-ccfd9cd744c700dfc26f73ae47036fb5ad780b4a.tar.gz
allow persistency of PS
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 beb54845ed..6d5cdff421 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -174,6 +174,7 @@ typedef struct st_mysqlnd_packet_res_field {
/* For table definitions, empty for result sets */
zend_bool skip_parsing;
zend_bool stupid_list_fields_eof;
+ zend_bool persistent_alloc;
MYSQLND_ERROR_INFO error_info;
} MYSQLND_PACKET_RES_FIELD;