[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:
Problem/Incident
is caused by MDEV-25129 Add KEYWORDS view to the INFORMATION_... Closed

 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:

  { { STRING_WITH_LEN("ST_EQUALS") }, GEOM_BUILDER(Create_func_equals)},
  { { STRING_WITH_LEN("ST_EQUALS") }, GEOM_BUILDER(Create_func_equals)},

https://github.com/MariaDB/server/blob/mariadb-10.6.4/sql/item_geofunc.cc#L4006


Generated at Thu Feb 08 09:44:22 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.