mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
sql_union.cc:
Fixed a bug: missing semicolon. sql/sql_union.cc: Fixed a bug: missing semicolon.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user