mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Followup to fix for bug#6050: fix valgrind warnings.
This commit is contained in:
@@ -360,7 +360,7 @@ int st_select_lex_unit::prepare(THD *thd_arg, select_result *sel_result,
|
||||
{
|
||||
Item_field *item_field= (Item_field*) it++;
|
||||
DBUG_ASSERT(item_field);
|
||||
item_field->set_field(*field);
|
||||
item_field->reset_field(*field);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user