Skip to content

Commit 8406958

Browse files
committed
MDEV-39170 innodb.mem_pressure,32bit fails with wrong result
In commit 36eba98 (MDEV-19123) the test was changed but the result was not adjusted for 32-bit targets accordingly.
1 parent 206074e commit 8406958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/innodb/r/mem_pressure,32bit.rdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
@@GLOBAL.innodb_buffer_pool_size @@GLOBAL.innodb_buffer_pool_size_auto_min @@GLOBAL.innodb_buffer_pool_size_max
77
-17825792 16777216 25165824
88
+17825792 16777216 18874368
9-
CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB;
9+
CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB CHARSET=latin1;
1010
SET GLOBAL innodb_limit_optimistic_insert_debug=2;
1111
SET STATEMENT unique_checks=0, foreign_key_checks=0 FOR

0 commit comments

Comments
 (0)