Commit e414303e authored by unknown's avatar unknown

typo fixed

parent 46f6d6f4
...@@ -258,7 +258,7 @@ class st_select_lex: public st_select_lex_node { ...@@ -258,7 +258,7 @@ class st_select_lex: public st_select_lex_node {
braces, /* SELECT ... UNION (SELECT ... ) <- this braces */ braces, /* SELECT ... UNION (SELECT ... ) <- this braces */
depended, /* depended from outer select subselect */ depended, /* depended from outer select subselect */
/* TRUE when having fix field called in processing of this SELECT */ /* TRUE when having fix field called in processing of this SELECT */
having_fix_field;e having_fix_field;
void init_query(); void init_query();
void init_select(); void init_select();
......
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