summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2009-10-06 12:53:01 +0000
committerAndrey Hristov <andrey@php.net>2009-10-06 12:53:01 +0000
commit06523621ddd2fdb17002e2935e02ab8ca3ac8006 (patch)
tree13b5a47dd30c3b4beca30347c663fbabda78df15 /ext/mysqlnd/mysqlnd.c
parentd9382399fccb76d052811e959367ec159a492ec5 (diff)
downloadphp-git-06523621ddd2fdb17002e2935e02ab8ca3ac8006.tar.gz
revert the last change
Diffstat (limited to 'ext/mysqlnd/mysqlnd.c')
-rw-r--r--ext/mysqlnd/mysqlnd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c
index e8449e057e..904a310dba 100644
--- a/ext/mysqlnd/mysqlnd.c
+++ b/ext/mysqlnd/mysqlnd.c
@@ -399,10 +399,6 @@ mysqlnd_simple_command(MYSQLND *conn, enum php_mysqlnd_server_command command,
SET_ERROR_AFF_ROWS(conn);
SET_EMPTY_ERROR(conn->error_info);
- if (command == COM_QUERY) {
- ++conn->query_counter;
- }
-
PACKET_INIT_ALLOCA(cmd_packet, PROT_CMD_PACKET);
cmd_packet.command = command;
if (arg && arg_len) {