diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2012-07-06 00:28:30 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2012-07-06 00:28:30 +0400 |
commit | 89820b4202f36353146ea4491569a06ccb0550fb (patch) | |
tree | b5bfee874327cec12b99436845653b545a47ae07 /sql/sql_lex.cc | |
parent | 3e90dc1f77dc3fa51d542bf82a336753310f7776 (diff) | |
download | mariadb-git-89820b4202f36353146ea4491569a06ccb0550fb.tar.gz |
Better comments.
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 4 |
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) |