diff options
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index da255c2701d..ade7434803c 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -5787,7 +5787,7 @@ int st_select_lex_unit::save_union_explain(Explain_query *output) eu->connection_type= Explain_node::EXPLAIN_NODE_DERIVED; /* Note: Non-merged semi-joins cannot be made out of UNIONs currently, so we - dont ever set EXPLAIN_NODE_NON_MERGED_SJ. + don't ever set EXPLAIN_NODE_NON_MERGED_SJ. */ for (SELECT_LEX *sl= first; sl; sl= sl->next_select()) eu->add_select(sl->select_number); |