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
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Description |
{code:sql}
GRANT EXECUTE ON PACKAGE no_such_package TO PUBLIC; {code} {noformat} ERROR 1305 (42000): FUNCTION or PROCEDURE no_such_package does not exist {noformat} The error message is wrong, the statement tried to grant on a nonexistent package not a nonexistent routine. |
{code:sql}
GRANT EXECUTE ON PACKAGE no_such_package TO PUBLIC; {code} {noformat} ERROR 1305 (42000): FUNCTION or PROCEDURE no_such_package does not exist {noformat} The error message is wrong, the statement tried to grant on a nonexistent package not a nonexistent function or procedure. |
issue.field.resolutiondate | 2024-02-05 12:09:31.0 | 2024-02-05 12:09:31.034 |
Fix Version/s | 11.4.1 [ 29523 ] | |
Fix Version/s | 11.5.1 [ 29634 ] | |
Fix Version/s | 11.4 [ 29301 ] | |
Assignee | Alexander Barkov [ bar ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 11.5.1 [ 29634 ] |