Comments - Spatial Ref Sys

1 year, 5 months ago Ian Gilfillan

That was introduced in MySQL 8 and I'm not quite sure it's the same, but MariaDB 10.1 introduced CREATE TABLE ... REF_SYSTEM_ID, for example:

create table t1(g GEOMETRY(9,4) REF_SYSTEM_ID=101);

See MDEV-60 for details.

 
1 year, 5 months ago Henrik Erlandsson

Thanks! But how to add/insert SRIDs? The statement ss in MySQL8 "CREATE SPATIAL REFERENCE SYSTEM" isnt valid for Mariadb. I just tryied to insert into INFORMATION_SCHEMA.SPATIAL_REF_SYS, but thats allowed/valid either.

Henrik

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.