mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
sql_union.cc:
Fixed a bug: missing semicolon. sql/sql_union.cc: Fixed a bug: missing semicolon.
This commit is contained in:
parent
7c952d7c7f
commit
2f045bc44e
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ int st_select_lex_unit::prepare(THD *thd, select_result *sel_result)
|
|||
while((type= tp++, item= it++))
|
||||
{
|
||||
if (((Item_type_holder*)type)->join_types(thd, item))
|
||||
DBUG_RETURN(-1)
|
||||
DBUG_RETURN(-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue