mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Fixed syntax error
This commit is contained in:
parent
c46ec25eaf
commit
23a1a5db84
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue