summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2019-01-07 15:06:57 +0200
committerAndrey Hristov <andrey@php.net>2019-01-07 15:07:24 +0200
commit711e1fb33b06c9da7baed028ea912c189f33f442 (patch)
tree2daac058325324137755974feb11d2f92f2503d5 /ext/mysqlnd/mysqlnd_wireprotocol.c
parent362f8b5f977608a116aab8b8d0548a38007c71ad (diff)
downloadphp-git-711e1fb33b06c9da7baed028ea912c189f33f442.tar.gz
Mark const what should not be changed
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.c')
-rw-r--r--ext/mysqlnd/mysqlnd_wireprotocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.c b/ext/mysqlnd/mysqlnd_wireprotocol.c
index 1b7f4a935e..fd7dfe515b 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.c
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.c
@@ -2480,7 +2480,7 @@ MYSQLND_METHOD(mysqlnd_protocol, send_command)(
const zend_bool silent,
struct st_mysqlnd_connection_state * connection_state,
- MYSQLND_ERROR_INFO * error_info,
+ MYSQLND_ERROR_INFO * error_info,
MYSQLND_UPSERT_STATUS * upsert_status,
MYSQLND_STATS * stats,
func_mysqlnd_conn_data__send_close send_close,