From ae3bc191613fdec05d4d84a74648d1e84edc8ce4 Mon Sep 17 00:00:00 2001 From: Sergey Petrunya Date: Fri, 6 Jul 2012 00:34:32 +0400 Subject: [PATCH] Remove out-of-date comments. --- sql/sql_show.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 6c407f0cec3..2319a13de8c 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -2011,7 +2011,6 @@ void mysqld_list_processes(THD *thd,const char *user, bool verbose) @notes - Attempt to do "SHOW EXPLAIN FOR " will properly produce "target not 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) @@ -2065,9 +2064,7 @@ void mysqld_show_explain(THD *thd, const char *calling_user, ulong thread_id) bool bres; /* Ok we've found the thread of interest and it won't go away because - we're holding its LOCK_thd data. - Post it an EXPLAIN request. - todo: where to get timeout from? + we're holding its LOCK_thd data. Post it a SHOW EXPLAIN request. */ bool timed_out; int timeout_sec= 30;