Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.3, 10.4, 10.5
-
Fix Version/s: 10.5.0
-
Component/s: Stored routines
-
Labels:None
Description
SET sql_mode=ORACLE; |
DELIMITER $$
|
CREATE OR REPLACE PROCEDURE p1() AS |
BEGIN
|
max_error_count:=10;
|
END; |
$$
|
DELIMITER ;
|
SHOW PROCEDURE CODE p1; |
+-----+------------------+
|
| Pos | Instruction |
|
+-----+------------------+
|
| 0 | stmt 31 "SET 10" |
|
+-----+------------------+
|
Attachments
Issue Links
- blocks
-
MDEV-5816 MySQL WL#4179 - Stored programs: validation of stored program statements
-
- In Progress
-