diff options
author | Alexander Barkov <bar@mariadb.org> | 2017-02-01 08:00:50 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-02-01 08:00:50 +0400 |
commit | 68235f2c2b29f5abadbfaedef6e9093313c86a15 (patch) | |
tree | 63c39d2a58229f99ea6da0d1c810cc65d79faa7a /mysql-test/r/partition.result | |
parent | 095ea087b4f0e22aa10d319401be4104ca1e8539 (diff) | |
download | mariadb-git-68235f2c2b29f5abadbfaedef6e9093313c86a15.tar.gz |
MDEV-11692 Comparison data type aggregation for pluggable data types
Diffstat (limited to 'mysql-test/r/partition.result')
-rw-r--r-- | mysql-test/r/partition.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition.result b/mysql-test/r/partition.result index a30c38ad55c..8489d03f119 100644 --- a/mysql-test/r/partition.result +++ b/mysql-test/r/partition.result @@ -2439,7 +2439,7 @@ SELECT 1 FROM t1 WHERE b < SOME GROUP BY b WITH ROLLUP HAVING b > geomfromtext("") ); -1 +ERROR HY000: Illegal parameter data types mediumint and geometry for operation '>' DROP TABLE t1; MDEV-612 Valgrind error in ha_maria::check_if_incompatible_data |