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

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

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

            elenst Elena Stepanova created issue -
            thiru Thirunarayanan Balathandayuthapani made changes -
            Field Original Value New Value
            Attachment mdev-16106-10.3v1.patch [ 45609 ]
            thiru Thirunarayanan Balathandayuthapani made changes -
            Status Open [ 1 ] In Progress [ 3 ]
            thiru Thirunarayanan Balathandayuthapani made changes -
            Assignee Thirunarayanan B [ thiru ] Marko Mäkelä [ marko ]
            Status In Progress [ 3 ] In Review [ 10002 ]
            marko Marko Mäkelä made changes -
            Assignee Marko Mäkelä [ marko ] Thirunarayanan B [ thiru ]
            Status In Review [ 10002 ] Stalled [ 10000 ]
            marko Marko Mäkelä made changes -
            thiru Thirunarayanan Balathandayuthapani made changes -
            Fix Version/s 10.2.15 [ 23006 ]
            Fix Version/s 10.3.7 [ 23005 ]
            Fix Version/s 10.2 [ 14601 ]
            Fix Version/s 10.3 [ 22126 ]
            Resolution Fixed [ 1 ]
            Status Stalled [ 10000 ] Closed [ 6 ]
            marko Marko Mäkelä made changes -
            Affects Version/s 10.2.15 [ 23006 ]
            Affects Version/s 10.3.7 [ 23005 ]
            Affects Version/s 10.2 [ 14601 ]
            Affects Version/s 10.3 [ 22126 ]
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 87017 ] MariaDB v4 [ 154318 ]

            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.