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"

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 5.5.39, 10.0.13
    • Fix Version/s: 10.0.14
    • Component/s: None
    • Labels:
      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)
      

        Gliffy Diagrams

          Attachments

            Activity

            There are no comments yet on this issue.

              People

              • Assignee:
                bar Alexander Barkov
                Reporter:
                bar Alexander Barkov
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: