diff options
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sql/item.cc b/sql/item.cc index 5964ed388c6..7c9f6ec77fb 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -2716,14 +2716,6 @@ void Item_ref_null_helper::print(String *str) } -void Item_null_helper::print(String *str) -{ - str->append("<null_helper>(", 14); - store->print(str); - str->append(')'); -} - - bool Item_default_value::eq(const Item *item, bool binary_cmp) const { return item->type() == DEFAULT_VALUE_ITEM && |