From b89458e8f601ef0e5028a1b0a3cd1457f92b3ecc Mon Sep 17 00:00:00 2001 From: "Sinisa@sinisa.nasamreza.org" <> Date: Tue, 8 Jan 2002 20:17:54 +0200 Subject: [PATCH] A small fix for a VERY small Monty's bug ... --- sql/sql_parse.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 2fbdf05e826..abce1322ddc 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -1216,7 +1216,6 @@ mysql_execute_command(void) #endif } - thread_safe_increment(com_stat[lex->sql_command],&LOCK_thread_count); /* Skip if we are in the slave thread, some table rules have been given and the table list says the query should not be replicated