summaryrefslogtreecommitdiff
path: root/mysql-test/main/gis-debug.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/gis-debug.test')
-rw-r--r--mysql-test/main/gis-debug.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/main/gis-debug.test b/mysql-test/main/gis-debug.test
index dd1cbd0b932..0e11c11e5b5 100644
--- a/mysql-test/main/gis-debug.test
+++ b/mysql-test/main/gis-debug.test
@@ -75,8 +75,6 @@ SET debug_dbug='+d,num_op';
# (GEOMETRY,GEOMETRY) goes through
# Type_collection_geometry::aggregate_for_num_op() which fails.
-# Type pairs from Type_handler_data::m_type_aggregator_xxx are not even tested,
-# as both sides are from the same type collection.
--error ER_ILLEGAL_PARAMETER_DATA_TYPES2_FOR_OPERATION
SELECT POINT(0,0)+POINT(0,0);