1
0
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:
konstantin@mysql.com
2004-10-22 20:21:55 +04:00
parent af7ecf4c78
commit 016d5adeeb
3 changed files with 24 additions and 3 deletions

View File

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