diff options
author | Alexander Barkov <bar@mariadb.org> | 2016-12-30 21:13:34 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2016-12-30 21:13:34 +0400 |
commit | 060d4861b95d02bc8b971b9d62103d019c37799e (patch) | |
tree | ae4375a1a037afa9b32e6e22770fe82b097db6d4 /mysql-test/t/gis.test | |
parent | 9b2bcf19f40ef0f69b6f5da7fd5c348e50b38f2c (diff) | |
download | mariadb-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.test | 6 |
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 # |