Commit b1d7d293 authored by unknown's avatar unknown

Fixed syntax error

parent c02f92a1
...@@ -173,8 +173,7 @@ int handle_select(THD *thd, LEX *lex, select_result *result) ...@@ -173,8 +173,7 @@ int handle_select(THD *thd, LEX *lex, select_result *result)
} }
lex->select = select_lex; lex->select = select_lex;
} }
#endif DISABLED_UNTIL_REWRITTEN_IN_4_1 #endif /* DISABLED_UNTIL_REWRITTEN_IN_4_1 */
if (select_lex->next) if (select_lex->next)
res=mysql_union(thd,lex,result); res=mysql_union(thd,lex,result);
else else
......
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