mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
renamed:
Item_buff -> Cached_item Item_arena -> Query_arena TEST_ASSERT -> YYERROR_UNLESS
This commit is contained in:
@ -274,7 +274,7 @@ bool st_select_lex_unit::prepare(THD *thd_arg, select_result *sel_result,
|
||||
all collations together for UNION.
|
||||
*/
|
||||
List_iterator_fast<Item> tp(types);
|
||||
Item_arena *arena= thd->current_arena;
|
||||
Query_arena *arena= thd->current_arena;
|
||||
Item *type;
|
||||
|
||||
while ((type= tp++))
|
||||
@ -308,7 +308,7 @@ bool st_select_lex_unit::prepare(THD *thd_arg, select_result *sel_result,
|
||||
if (!item_list.elements)
|
||||
{
|
||||
Field **field;
|
||||
Item_arena *tmp_arena,backup;
|
||||
Query_arena *tmp_arena,backup;
|
||||
tmp_arena= thd->change_arena_if_needed(&backup);
|
||||
|
||||
for (field= table->field; *field; field++)
|
||||
|
Reference in New Issue
Block a user