[MDEV-4947] ERROR 1548 when creating a procedure Created: 2013-08-26  Updated: 2013-08-26  Resolved: 2013-08-26

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.0.4
Fix Version/s: None

Type: Bug Priority: Blocker
Reporter: K Gastler Assignee: Sergei Golubchik
Resolution: Not a Bug Votes: 0
Labels: None
Environment:

Fedora 19



 Description   

When submitting the following SQL statement :

CREATE PROCEDURE dorepeat(p1 INT)
BEGIN
SET @x = 0;
REPEAT SET @x = @x + 1; UNTIL @x > p1 END REPEAT;
END;

I received the following error:

ERROR 1548 (HY000): Cannot load from mysql.proc. The table is probably corrupted



 Comments   
Comment by K Gastler [ 2013-08-26 ]

nevermind! I needed to read closer.

Comment by Sergei Golubchik [ 2013-08-26 ]

Thanks. I'll close it then.

Generated at Thu Feb 08 07:00:28 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.