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

Record in index was not found on rollback, trying to insert: TUPLE

    XMLWordPrintable

Details

    Description

      --source include/have_innodb.inc
       
      CREATE TEMPORARY TABLE t1 (i INT, KEY (i)) ENGINE=InnoDB;
      INSERT INTO t1 VALUES (NULL),(NULL);
      UPDATE t1 SET i = 0;
      START TRANSACTION;
      UPDATE t1 SET i = 4;
      UPDATE t1 SET i = 0;
      ROLLBACK;
      

      10.2 e44ca6cc9c

      2018-05-07 18:09:02 139988084655872 [Warning] InnoDB: Record in index `i` of table `mysqld.1`.`#sql3893_9_0` was not found on rollback, trying to insert: TUPLE (info_bits=0, 2 fields): {[4]    (0x00000000),[6]      (0x000000000201)} at: COMPACT RECORD(info_bits=32, 2 fields): {NULL,[6]      (0x000000000201)}
      2018-05-07 18:09:02 139988084655872 [Warning] InnoDB: Record in index `i` of table `mysqld.1`.`#sql3893_9_0` was not found on rollback, trying to insert: TUPLE (info_bits=0, 2 fields): {[4]    (0x00000000),[6]      (0x000000000200)} at: COMPACT RECORD(info_bits=32, 2 fields): {NULL,[6]      (0x000000000201)}
      

      Attachments

        Issue Links

          Activity

            People

              thiru Thirunarayanan Balathandayuthapani
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.