Commit 09fa7870 authored by unknown's avatar unknown

Fixed syntax error

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