diff options
| author | Andrey Hristov <andrey@php.net> | 2015-11-10 13:14:39 +0100 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2015-11-12 16:19:16 +0100 |
| commit | 4248240648810fedf5d421f28a4f35936104657c (patch) | |
| tree | ee2b5b38a137025befdf6236645ce488741c1007 /ext/mysqlnd/mysqlnd_priv.h | |
| parent | 3f0a542d047f023ef6575a8cbd3e9edad64a040e (diff) | |
| download | php-git-4248240648810fedf5d421f28a4f35936104657c.tar.gz | |
MNDR:
- move the command factory to own file - mysqlnd_commands.c
Diffstat (limited to 'ext/mysqlnd/mysqlnd_priv.h')
| -rw-r--r-- | ext/mysqlnd/mysqlnd_priv.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/mysqlnd/mysqlnd_priv.h b/ext/mysqlnd/mysqlnd_priv.h index af8cf830e6..e3bfee5d8c 100644 --- a/ext/mysqlnd/mysqlnd_priv.h +++ b/ext/mysqlnd/mysqlnd_priv.h @@ -214,23 +214,6 @@ mysqlnd_auth_change_user(MYSQLND_CONN_DATA * const conn, size_t * switch_to_auth_protocol_data_len ); -extern func_mysqlnd__command_factory mysqlnd_command_factory; - - -enum_func_status -send_command_handle_response( - const enum mysqlnd_packet_type ok_packet, - const zend_bool silent, - const enum php_mysqlnd_server_command command, - const zend_bool ignore_upsert_status, - - MYSQLND_ERROR_INFO * error_info, - MYSQLND_UPSERT_STATUS * upsert_status, - MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * payload_decoder_factory, - MYSQLND_STRING * last_message, - zend_bool last_message_persistent - ); - enum_func_status mysqlnd_connect_run_authentication( MYSQLND_CONN_DATA * conn, |
