1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed syntax error

This commit is contained in:
unknown
2002-08-08 21:38:12 +03:00
parent c02f92a127
commit b1d7d293f1

View File

@@ -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