summaryrefslogtreecommitdiff
path: root/sql/item.cc
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-11-21 19:33:49 +0200
committerunknown <bell@sanja.is.com.ua>2004-11-21 19:33:49 +0200
commitc9497e2365461fb2547a8cfceb33b68a99d7fe0b (patch)
treeb25b7816dbd02cb9f9d6b4b3265bab0d91d3f02e /sql/item.cc
parent3bc1fcd409eb08474884a556fef193d707117212 (diff)
downloadmariadb-git-c9497e2365461fb2547a8cfceb33b68a99d7fe0b.tar.gz
post merge
Diffstat (limited to 'sql/item.cc')
-rw-r--r--sql/item.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/item.cc b/sql/item.cc
index 41203e3365c..6613d758840 100644
--- a/sql/item.cc
+++ b/sql/item.cc
@@ -2670,11 +2670,6 @@ void Item_ref::cleanup()
DBUG_ENTER("Item_ref::cleanup");
Item_ident::cleanup();
result_field= 0;
- DBUG_PRINT("info", ("hook: 0x%lx(0x%lx) original item: 0x%lx",
- (ulong)hook_ptr, (ulong)(hook_ptr?*hook_ptr:0),
- (ulong)orig_item));
- if (hook_ptr)
- *hook_ptr= orig_item;
DBUG_VOID_RETURN;
}