revert the last change

This commit is contained in:
Andrey Hristov 2009-10-06 12:53:01 +00:00
parent d9382399fc
commit 06523621dd
2 changed files with 0 additions and 5 deletions

View File

@ -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) {

View File

@ -425,7 +425,6 @@ struct st_mysqlnd_connection
*/
enum mysqlnd_connection_state state;
enum_mysqlnd_query_type last_query_type;
uint32_t query_counter;
/* Temporary storage between query and (use|store)_result() call */
MYSQLND_RES *current_result;