mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-12 OpenGIS: create required tables: GeometryColumns, related views.
GEOMETRY_COLUMNS and SPATIAL_REF_SYS tables added to the INFORMATION_SCHEMA.
This commit is contained in:
@ -750,7 +750,11 @@ enum enum_schema_tables
|
||||
SCH_TABLE_PRIVILEGES,
|
||||
SCH_TRIGGERS,
|
||||
SCH_USER_PRIVILEGES,
|
||||
SCH_VIEWS
|
||||
SCH_VIEWS,
|
||||
#ifdef HAVE_SPATIAL
|
||||
SCH_GEOMETRY_COLUMNS,
|
||||
SCH_SPATIAL_REF_SYS,
|
||||
#endif /*HAVE_SPATIAL*/
|
||||
};
|
||||
|
||||
struct TABLE_SHARE;
|
||||
|
Reference in New Issue
Block a user