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

Test multi_update_innodb fails with InnoDB 5.7

    XMLWordPrintable

Details

    Description

      Required code currently on bb-10.2-jan (please wait for email about status):

      main.multi_update_innodb 'xtradb'        [ fail ]
              Test ended at 2016-08-12 08:38:53
       
      CURRENT_TEST: main.multi_update_innodb
      mysqltest: At line 19: query 'UPDATE t1 AS A, t1 AS B SET A.pk = 1, B.a = 2' failed with wrong errno 1032: 'Can't find record in 't1'', instead of 1706...
       
      The result from queries just before the failure was:
      #
      # BUG#57373: Multi update+InnoDB reports ER_KEY_NOT_FOUND if a
      #            table is updated twice
      #
      CREATE TABLE t1(
      pk INT,
      a INT,
      b INT,
      PRIMARY KEY (pk)
      ) ENGINE=InnoDB;
      INSERT INTO t1 VALUES (0,0,0);
      UPDATE t1 AS A, t1 AS B SET A.pk = 1, B.a = 2;
      

      Attachments

        Issue Links

          Activity

            People

              psergei Sergei Petrunia
              jplindst Jan Lindström (Inactive)
              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.