summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2015-11-02 15:59:19 +0100
committerAndrey Hristov <andrey@php.net>2015-11-12 16:19:16 +0100
commitfefc3045a38fa58302ba38fc5986a56fec7613c1 (patch)
tree1919cc1079274f69475f7c1c4478ca63878e6b9f /ext/mysqlnd/mysqlnd_wireprotocol.h
parent75a1fcc724123eb77171ca66847561be18654023 (diff)
downloadphp-git-fefc3045a38fa58302ba38fc5986a56fec7613c1.tar.gz
MNDR:
- remove COM_FIELD_LIST
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r--ext/mysqlnd/mysqlnd_wireprotocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h
index 8915cfd394..2643ea5564 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -207,7 +207,6 @@ typedef struct st_mysqlnd_packet_res_field {
MYSQLND_FIELD *metadata;
/* 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;