[MDEV-7540] Information Schema SPATIAL_REF_SYS contents don't match the expected contents Created: 2015-02-04 Updated: 2015-12-21 Resolved: 2015-12-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | GIS |
| Affects Version/s: | 10.1.2 |
| Fix Version/s: | 10.1.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ian Gilfillan | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.1.6-2, 10.1.7-1, 10.1.7-2, 10.1.8-1, 10.1.8-3, 10.1.10 |
| Description |
|
Querying the table in 10.1.2, the following is returned
According the specs, the table should contain: srid: The numeric SRID. This should be the table's primary key. |
| Comments |
| Comment by Elena Stepanova [ 2015-02-04 ] | ||||
|
PostGIS has 3911 rows in the table. Examples:
| ||||
| Comment by Delveri Chick [ 2015-03-25 ] | ||||
|
Hi MariaDB [information_schema]> SELECT * FROM INFORMATION_SCHEMA.SPATIAL_REF_SYS; ERROR 1109 (42S02): Unknown table 'SPATIAL_REF_SYS' in information_schema MariaDB [information_schema]> | ||||
| Comment by Delveri Chick [ 2015-04-02 ] | ||||
|
fill_spatial_ref_sys() in sql/sql_spatial.cc does not fill the table. | ||||
| Comment by Alexey Botchkov [ 2015-12-21 ] | ||||
|
Patch: http://lists.askmonty.org/pipermail/commits/2015-December/008775.html |