Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9
-
Fix Version/s: 10.9
-
Component/s: Parser
-
Labels:None
Description
However, the warning happens not only on conflicting function names, but on absolutely all keywords:
CREATE OR REPLACE FUNCTION `create`() RETURNS INT RETURN 1; |
SHOW WARNINGS;
|
+-------+------+---------------------------------------------------------------+
|
| Level | Code | Message |
|
+-------+------+---------------------------------------------------------------+
|
| Note | 1585 | This function 'create' has the same name as a native function |
|
+-------+------+---------------------------------------------------------------+
|
The above warning looks wrong.
Attachments
Issue Links
- relates to
-
MDEV-27744 InnoDB: Failing assertion: !cursor->index->is_committed() in row0ins.cc (from row_ins_sec_index_entry_by_modify) | Assertion `0' failed in row_upd_sec_index_entry (debug) | Corruption
-
- In Review
-