summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index 349642f72b2..f918439d45a 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -3832,7 +3832,9 @@ void SELECT_LEX::update_used_tables()
/**
Set the EXPLAIN type for this subquery.
- psergey-todo: comments about
+
+ @param on_the_fly TRUE<=> We're running a SHOW EXPLAIN command, so we must
+ not change any variables
*/
void st_select_lex::set_explain_type(bool on_the_fly)