From cfae4db1463ef7073060752ad5270ae233520847 Mon Sep 17 00:00:00 2001 From: unknown <konstantin@oak.local> Date: Tue, 25 Nov 2003 15:28:43 +0300 Subject: [PATCH] misplaced comment moved to relevant line BitKeeper/etc/ignore: Added libmysqld/protocol_cursor.cc libmysqld/sp_rcontext.cc to the ignore list --- .bzrignore | 2 ++ sql/sql_parse.cc | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.bzrignore b/.bzrignore index 367f05c646..d50c31d58a 100644 --- a/.bzrignore +++ b/.bzrignore @@ -644,3 +644,5 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +libmysqld/protocol_cursor.cc +libmysqld/sp_rcontext.cc diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 7afc268b27..17ab42f979 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -1202,13 +1202,13 @@ bool dispatch_command(enum enum_server_command command, THD *thd, { NET *net= &thd->net; bool error= 0; + DBUG_ENTER("dispatch_command"); + + thd->command=command; /* Commands which will always take a long time should be marked with this so that they will not get logged to the slow query log */ - DBUG_ENTER("dispatch_command"); - - thd->command=command; thd->slow_command=FALSE; thd->set_time(); VOID(pthread_mutex_lock(&LOCK_thread_count)); -- 2.30.9