diff options
author | Xinchen Hui <laruence@php.net> | 2014-06-25 00:42:20 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-06-25 00:42:20 +0800 |
commit | 8ce23d8f4fc5df0daec05642df8ead016f00fc32 (patch) | |
tree | 113281ad36f9f36eb7ad22816d328932a8bfc58a /ext/mysqlnd/mysqlnd_wireprotocol.h | |
parent | 284141ca8fa94dac846d593af0628dbfc719402e (diff) | |
download | php-git-8ce23d8f4fc5df0daec05642df8ead016f00fc32.tar.gz |
Don't use zend_string for other fields (only name here is enough)
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_wireprotocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h index 6360512f96..bd87d9e757 100644 --- a/ext/mysqlnd/mysqlnd_wireprotocol.h +++ b/ext/mysqlnd/mysqlnd_wireprotocol.h @@ -304,6 +304,7 @@ unsigned long php_mysqlnd_net_field_length(zend_uchar **packet); zend_uchar * php_mysqlnd_net_store_length(zend_uchar *packet, uint64_t length); size_t php_mysqlnd_net_store_length_size(uint64_t length); +PHPAPI const extern char * const mysqlnd_empty_string; enum_func_status php_mysqlnd_rowp_read_binary_protocol(MYSQLND_MEMORY_POOL_CHUNK * row_buffer, zval * fields, unsigned int field_count, const MYSQLND_FIELD * fields_metadata, |