Commit cfae4db1 authored by unknown's avatar unknown

misplaced comment moved to relevant line


BitKeeper/etc/ignore:
  Added libmysqld/protocol_cursor.cc libmysqld/sp_rcontext.cc to the ignore list
parent 66d06a5a
...@@ -644,3 +644,5 @@ vio/test-ssl ...@@ -644,3 +644,5 @@ vio/test-ssl
vio/test-sslclient vio/test-sslclient
vio/test-sslserver vio/test-sslserver
vio/viotest-ssl vio/viotest-ssl
libmysqld/protocol_cursor.cc
libmysqld/sp_rcontext.cc
...@@ -1202,13 +1202,13 @@ bool dispatch_command(enum enum_server_command command, THD *thd, ...@@ -1202,13 +1202,13 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
{ {
NET *net= &thd->net; NET *net= &thd->net;
bool error= 0; bool error= 0;
DBUG_ENTER("dispatch_command");
thd->command=command;
/* /*
Commands which will always take a long time should be marked with 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 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->slow_command=FALSE;
thd->set_time(); thd->set_time();
VOID(pthread_mutex_lock(&LOCK_thread_count)); VOID(pthread_mutex_lock(&LOCK_thread_count));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment