summaryrefslogtreecommitdiff
path: root/sql/sql_type_geom.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_type_geom.h')
-rw-r--r--sql/sql_type_geom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_type_geom.h b/sql/sql_type_geom.h
index 74290e47afe..a2933114751 100644
--- a/sql/sql_type_geom.h
+++ b/sql/sql_type_geom.h
@@ -67,8 +67,8 @@ public:
geometry_type() == th->geometry_type();
}
bool type_can_have_key_part() const override { return true; }
- bool subquery_type_allows_materialization(const Item *inner,
- const Item *outer) const override
+ bool subquery_type_allows_materialization(const Item *, const Item *, bool)
+ const override
{
return false; // Materialization does not work with GEOMETRY columns
}