Declare geometry columns as NOT NULL - MySQL cannot use a spatial index on nullable geometry columns.
| Comment | File | Size | Author |
|---|---|---|---|
| use_spatial_indexes.patch | 7.71 KB | slasher13 |
Issue fork geolocation-3618972
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
christianadamski commentedSchmeißt Fehler: https://git.drupalcode.org/project/geolocation/-/jobs/11785515
Comment #5
christianadamski commentedOk, it was "NOT NULL" for geometry. Geometry is only written indirectly, so it is in fact NULL by design immediately after initial write.