Commit 487f0ed2 authored by unknown's avatar unknown

sql_union.cc:

  Fixed a bug: missing semicolon.


sql/sql_union.cc:
  Fixed a bug: missing semicolon.
parent a6b0da48
......@@ -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);
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment