sql_union.cc:

Fixed a bug: missing semicolon.
This commit is contained in:
igor@rurik.mysql.com 2003-11-25 15:00:31 -08:00
parent 66a6f95c47
commit 413f6b2f83

View file

@ -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);
}
}
}