mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-60 Support for Spatial Reference systems for the GIS data.
The GEOMETRY field metadata is stored in the FRM file. SRID for a spatial column now can be stored, it was added to the CREATE TABLE syntax, so the AddGeometryData() stored procedure is now possible. Script adding the required Add/DropGeometryColumn sp-s added.
This commit is contained in:
committed by
Sergei Golubchik
parent
c4655cf862
commit
c4cb15e87b
@@ -547,6 +547,7 @@ static SYMBOL symbols[] = {
|
||||
{ "SOURCE", SYM(SOURCE_SYM)},
|
||||
{ "SPATIAL", SYM(SPATIAL_SYM)},
|
||||
{ "SPECIFIC", SYM(SPECIFIC_SYM)},
|
||||
{ "REF_SYSTEM_ID", SYM(REF_SYSTEM_ID_SYM)},
|
||||
{ "SQL", SYM(SQL_SYM)},
|
||||
{ "SQLEXCEPTION", SYM(SQLEXCEPTION_SYM)},
|
||||
{ "SQLSTATE", SYM(SQLSTATE_SYM)},
|
||||
|
Reference in New Issue
Block a user