Commit a4ff2afc authored by unknown's avatar unknown

cleanup

parent ff5349bd
...@@ -854,14 +854,6 @@ Item_ident::Item_ident(THD *thd, Item_ident *item) ...@@ -854,14 +854,6 @@ Item_ident::Item_ident(THD *thd, Item_ident *item)
void Item_ident::cleanup() void Item_ident::cleanup()
{ {
DBUG_ENTER("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; bool was_fixed= fixed;
Item::cleanup(); Item::cleanup();
db_name= orig_db_name; db_name= orig_db_name;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment