summaryrefslogtreecommitdiff
path: root/sql/sql_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_type.h')
-rw-r--r--sql/sql_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_type.h b/sql/sql_type.h
index 4a7a7b5a9b8..325be2d53bc 100644
--- a/sql/sql_type.h
+++ b/sql/sql_type.h
@@ -1485,7 +1485,6 @@ public:
const Item *outer,
bool is_in_predicate) const
{
- DBUG_ASSERT(0);
return false;
}
Field *make_num_distinct_aggregator_field(MEM_ROOT *, const Item *) const