diff options
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
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(); |