Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When a stored procedure contains reserved words (this is possible when the stored procedure is created in an older version) the SHOW CREATE FUNCTION statement produces an error. This breaks a few things:
- Logical backups
- mysqlldump based SST
- Setting up a replica with a mysqldump
Please implement mariadb_upgrade to add backticks around new reserved words in all stored procedures (if not already), so that these processes remain working.
Attachments
Issue Links
- relates to
-
MDEV-34144 SHOW CREATE FUNCTION generates syntax error
- Closed