Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.4
-
None
Description
GRANT EXECUTE ON PACKAGE no_such_package TO PUBLIC; |
ERROR 1305 (42000): FUNCTION or PROCEDURE no_such_package does not exist
|
The error message is wrong, the statement tried to grant on a nonexistent package not a nonexistent function or procedure.
Attachments
Issue Links
- relates to
-
MDEV-32101 CREATE PACKAGE [BODY] for sql_mode=DEFAULT
- Closed