1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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.
This commit is contained in:
Alexey Botchkov
2015-12-21 16:07:07 +04:00
parent afc2fb1bf8
commit d58a770201
3 changed files with 15 additions and 8 deletions

View File

@ -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);