summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h
index df220118745..f7f3edda384 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -3889,7 +3889,6 @@ public:
bool is_null() { return null_value; }
virtual bool is_expensive()
{
- DBUG_ASSERT(example);
if (value_cached)
return false;
return example->is_expensive();