mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
It was syntactically correct to define spatial keys over parts of columns (e.g. ALTER TABLE t1 ADD x GEOMETRY NOT NULL, ADD SPATIAL KEY (x(32))). This may lead to undefined results and/or interpretation. Fixed by not allowing partial column specification in a SPATIAL index definition.
20 KiB
20 KiB