summaryrefslogtreecommitdiff
path: root/mysql-test/r/gis.result
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2015-12-21 16:07:07 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2015-12-21 22:34:30 +0400
commitd58a770201acae10bdae7e840db043368cb48ba0 (patch)
treed17f45304371c67e6c7a2f5c0446e13134ec8083 /mysql-test/r/gis.result
parentafc2fb1bf8aaa8559f602bf7ff7859e039a378ee (diff)
downloadmariadb-git-d58a770201acae10bdae7e840db043368cb48ba0.tar.gz
MDEV-7540 Information Schema SPATIAL_REF_SYS contents don't match the expected contents.
Table content filled appropriately. Thare are still just two records as we don't have geodetics yet.
Diffstat (limited to 'mysql-test/r/gis.result')
-rw-r--r--mysql-test/r/gis.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/gis.result b/mysql-test/r/gis.result
index 69a14b20787..33080509114 100644
--- a/mysql-test/r/gis.result
+++ b/mysql-test/r/gis.result
@@ -1727,7 +1727,7 @@ Table Create Table
SPATIAL_REF_SYS CREATE TEMPORARY TABLE `SPATIAL_REF_SYS` (
`SRID` smallint(5) NOT NULL DEFAULT '0',
`AUTH_NAME` varchar(512) NOT NULL DEFAULT '',
- `AUTH_SRID` smallint(5) NOT NULL DEFAULT '0',
+ `AUTH_SRID` int(5) NOT NULL DEFAULT '0',
`SRTEXT` varchar(2048) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8
create table t1(g GEOMETRY, pt POINT);