Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.8, 12.3
-
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
- is caused by
-
MDEV-19123 Change default charset from latin1 to utf8mb4
-
- Closed
-
- relates to
-
MDEV-33073 always green buildbot
-
- Stalled
-