mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
added collation processing in UNION merging
temporary table BLOB now is longblob
This commit is contained in:
@ -197,7 +197,8 @@ int st_select_lex_unit::prepare(THD *thd, select_result *sel_result)
|
||||
Item *type, *item;
|
||||
while((type= tp++, item= it++))
|
||||
{
|
||||
((Item_type_holder*)type)->join_types(thd, item);
|
||||
if (((Item_type_holder*)type)->join_types(thd, item))
|
||||
DBUG_RETURN(-1)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user