Commit ae3bc191 authored by Sergey Petrunya's avatar Sergey Petrunya

Remove out-of-date comments.

parent 89820b42
...@@ -2011,7 +2011,6 @@ void mysqld_list_processes(THD *thd,const char *user, bool verbose) ...@@ -2011,7 +2011,6 @@ void mysqld_list_processes(THD *thd,const char *user, bool verbose)
@notes @notes
- Attempt to do "SHOW EXPLAIN FOR <myself>" will properly produce "target not - Attempt to do "SHOW EXPLAIN FOR <myself>" will properly produce "target not
running EXPLAINable command". running EXPLAINable command".
- todo: check how all this can/will work when using thread pools
*/ */
void mysqld_show_explain(THD *thd, const char *calling_user, ulong thread_id) void mysqld_show_explain(THD *thd, const char *calling_user, ulong thread_id)
...@@ -2065,9 +2064,7 @@ void mysqld_show_explain(THD *thd, const char *calling_user, ulong thread_id) ...@@ -2065,9 +2064,7 @@ void mysqld_show_explain(THD *thd, const char *calling_user, ulong thread_id)
bool bres; bool bres;
/* /*
Ok we've found the thread of interest and it won't go away because Ok we've found the thread of interest and it won't go away because
we're holding its LOCK_thd data. we're holding its LOCK_thd data. Post it a SHOW EXPLAIN request.
Post it an EXPLAIN request.
todo: where to get timeout from?
*/ */
bool timed_out; bool timed_out;
int timeout_sec= 30; int timeout_sec= 30;
......
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