Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-4947

ERROR 1548 when creating a procedure

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Not a Bug
    • 10.0.4
    • None
    • None
    • None
    • 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

      Attachments

        Activity

          People

            serg Sergei Golubchik
            kgastler K Gastler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.