summaryrefslogtreecommitdiff
path: root/mysql-test/main/gis-debug.test
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2019-10-03 10:26:46 +0400
committerAlexander Barkov <bar@mariadb.com>2019-10-03 10:29:44 +0400
commit54606df1a36e683b63604f7a3893a74723b16274 (patch)
tree9ac4b26770e1b0a8ea0e47eaaac924031467c242 /mysql-test/main/gis-debug.test
parentcefe5bb6b3be80df51e9580445b5c299abe61e60 (diff)
downloadmariadb-git-54606df1a36e683b63604f7a3893a74723b16274.tar.gz
A cleanup for MDEV-19908 Add class Type_collection
If we have a mixture of: - a MariaDB standard (built-in permanent) data type, and - a non-standard (optionally compiled or pluggable) data type, then ask the type collection of the non-standard type to aggregate the mixture. If the non-standard collection fails, then continue aggregation with Type_handler_data.
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);