Details
-
Bug
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
13.0, 12.3.1
-
None
-
None
Description
This script:
SET PATH 'CURRENT_PATH,test1'; |
DELIMITER $$
|
CREATE OR REPLACE PROCEDURE p1() |
BEGIN
|
SELECT 1; |
END; |
$$
|
DELIMITER ;
|
CALL p1();
|
produces an unexpected error:
ERROR 1305 (42000): PROCEDURE p1 does not exist
|
It makes the use of the feature quite problematic.
Note, if I do SET PATH DEFAULT, the CALL works fine.
Attachments
Issue Links
- is caused by
-
MDEV-34391 SET PATH statement
-
- Closed
-