summaryrefslogtreecommitdiff
path: root/mysql-test/t/gis.test
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2016-12-30 21:13:34 +0400
committerAlexander Barkov <bar@mariadb.org>2016-12-30 21:13:34 +0400
commit060d4861b95d02bc8b971b9d62103d019c37799e (patch)
treeae4375a1a037afa9b32e6e22770fe82b097db6d4 /mysql-test/t/gis.test
parent9b2bcf19f40ef0f69b6f5da7fd5c348e50b38f2c (diff)
downloadmariadb-git-060d4861b95d02bc8b971b9d62103d019c37799e.tar.gz
Fixing minor problems in the patch for MDEV-11478 (shortint vs smallint)
- Fixing Type_handler_short::name() to return "smallint" instead of "shortint". - Fixing test markers "End of 10.2 tests" and "End of 10.3 test"
Diffstat (limited to 'mysql-test/t/gis.test')
-rw-r--r--mysql-test/t/gis.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/mysql-test/t/gis.test b/mysql-test/t/gis.test
index b11fe18ec6d..282005da624 100644
--- a/mysql-test/t/gis.test
+++ b/mysql-test/t/gis.test
@@ -1717,7 +1717,11 @@ SELECT c FROM t1;
DROP TABLE t1;
--echo #
+--echo # Start of 10.3 tests
--echo #
+
+--echo #
+--echo # MDEV-11478 Result data type aggregation for pluggable data types
--echo #
DELIMITER $$;
@@ -1796,5 +1800,5 @@ DROP PROCEDURE p2;
--echo #
---echo # End of 10.2 tests
+--echo # End of 10.3 tests
--echo #