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

Assertion `inited==INDEX' failed: int handler::ha_index_end()

    XMLWordPrintable

Details

    Description

      To reproduce:

      CREATE TABLE t1 (f1 INTEGER PRIMARY KEY);     
      SET SESSION wsrep_trx_fragment_size=1;
      START TRANSACTION;
      INSERT INTO t1 VALUES (1);
      SET @@global.debug_dbug="+d,ha_index_init_fail";
      ROLLBACK;
      

      Attachments

        Activity

          People

            sciascid Daniele Sciascia
            sciascid Daniele Sciascia
            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.