This commit is contained in:
unknown 2014-12-17 14:38:14 +01:00
parent ff5349bd6c
commit a4ff2afcb4

View File

@ -854,14 +854,6 @@ Item_ident::Item_ident(THD *thd, Item_ident *item)
void Item_ident::cleanup()
{
DBUG_ENTER("Item_ident::cleanup");
#ifdef CANT_BE_USED_AS_MEMORY_IS_FREED
db_name ? db_name : "(null)",
orig_db_name ? orig_db_name : "(null)",
table_name ? table_name : "(null)",
orig_table_name ? orig_table_name : "(null)",
field_name ? field_name : "(null)",
orig_field_name ? orig_field_name : "(null)"));
#endif
bool was_fixed= fixed;
Item::cleanup();
db_name= orig_db_name;