Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
10.2.40, 10.3.31, 10.4.21, 10.5.12, 10.6.4
-
None
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
Attachments
Issue Links
- is caused by
-
MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMA
- Closed