We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206074e commit 8406958Copy full SHA for 8406958
mysql-test/suite/innodb/r/mem_pressure,32bit.rdiff
@@ -6,6 +6,6 @@
6
@@GLOBAL.innodb_buffer_pool_size @@GLOBAL.innodb_buffer_pool_size_auto_min @@GLOBAL.innodb_buffer_pool_size_max
7
-17825792 16777216 25165824
8
+17825792 16777216 18874368
9
- CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB;
+ CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB CHARSET=latin1;
10
SET GLOBAL innodb_limit_optimistic_insert_debug=2;
11
SET STATEMENT unique_checks=0, foreign_key_checks=0 FOR
0 commit comments