Closed (fixed)
Project:
Geolocation Field
Version:
4.x-dev
Component:
Geometry
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2026 at 09:35 UTC
Updated:
9 Sep 2026 at 13:35 UTC
Jump to comment: Most recent
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 |
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.