[MDEV-26314] ST_EQUALS listed twice in information_schema.SQL_FUNCTIONS Created: 2021-08-05 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | GIS, Information Schema |
| Affects Version/s: | 10.2.40, 10.3.31, 10.4.21, 10.5.12, 10.6.4 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The ST_EQUALS function is listed twice in the output of information_schema.SQL_FUNCTIONS. It probably occurs because the ST_EQUALS function is listed twice here:
https://github.com/MariaDB/server/blob/mariadb-10.6.4/sql/item_geofunc.cc#L4006 |