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

CREATE TRIGGER fails with ER_EVENT_STORE_FAILED after unrelated failed ALTER

    XMLWordPrintable

Details

    • Bug
    • Status: In Review (View Workflow)
    • Major
    • Resolution: Unresolved
    • N/A
    • 13.2
    • Triggers
    • None

    Description

      CREATE TABLE t1 (v ENUM('a','b'));
      INSERT INTO t1 VALUES ('a'),('b');
       
      --error WARN_DATA_TRUNCATED
      ALTER TABLE t1 MODIFY COLUMN v ENUM('c','d');
       
      CREATE TRIGGER trg AFTER STARTUP SET @x = 1;
       
      DROP TABLE t1;
      

       query 'CREATE TRIGGER trg AFTER STARTUP SET @x = 1' failed: ER_EVENT_STORE_FAILED (1538): Failed to store event on_completion. Error code 1 "Operation not permitted" from storage engine
      

      Attachments

        Issue Links

          Activity

            People

              sanja Oleksandr Byelkin
              alice Alice Sherepa
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0d
                  0d
                  Logged:
                  Time Spent - 0.25d
                  0.25d

                  Git Integration

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