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

innodb.mem_pressure,32bit fails with wrong result

    XMLWordPrintable

Details

    • Not for Release Notes

    Description

      In MDEV-19123, the test innodb.mem_pressure was modified. Unfortunately, an adjustment to a result file was not corrected accordingly:

      diff --git a/mysql-test/suite/innodb/r/mem_pressure,32bit.rdiff b/mysql-test/suite/innodb/r/mem_pressure,32bit.rdiff
      index 37809768945..9a1cf6d2eda 100644
      --- a/mysql-test/suite/innodb/r/mem_pressure,32bit.rdiff
      +++ b/mysql-test/suite/innodb/r/mem_pressure,32bit.rdiff
      @@ -6,6 +6,6 @@
        @@GLOBAL.innodb_buffer_pool_size	@@GLOBAL.innodb_buffer_pool_size_auto_min	@@GLOBAL.innodb_buffer_pool_size_max
       -17825792	16777216	25165824
       +17825792	16777216	18874368
      - CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB;
      + CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB CHARSET=latin1;
        SET GLOBAL innodb_limit_optimistic_insert_debug=2;
        SET STATEMENT unique_checks=0, foreign_key_checks=0 FOR
      

      This is why the test has been failing on 32-bit targets ever since.

      Attachments

        Issue Links

          Activity

            People

              marko Marko Mäkelä
              marko Marko Mäkelä
              Marko Mäkelä Marko Mäkelä
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.