Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.5, 10.6, 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.7(EOL), 10.8(EOL), 10.9(EOL)
-
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-31616 Problems with a stored function EMPTY() on upgrade to 10.6
- Closed
-
MDEV-27744 LPAD in vcol created in ORACLE mode makes table corrupted in non-ORACLE
- Closed
-
MDEV-34316 sql_mode=ORACLE: Ignore the NOCOPY keyword in stored routine parameters
- Stalled