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

Stored routines do now work with swe7: "The table mysql.proc is missing, corrupt, or contains bad data"

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.39, 10.0.13
    • 10.0.14
    • None
    • None

    Description

      This script:

      SET NAMES swe7;
      DROP FUNCTION IF EXISTS f1;
      CREATE FUNCTION f1() RETURNS INT RETURN 1;
      SELECT f1();

      produces this error:

      ERROR 1457 (HY000): Failed to load routine test.f1. The table mysql.proc is missing, corrupt, or contains bad data (internal code -6)

      Attachments

        Activity

          People

            bar Alexander Barkov
            bar Alexander Barkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.