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 2828c2b commit 1e63a81Copy full SHA for 1e63a81
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff
@@ -592,7 +592,7 @@
592
-SESSION_VALUE NULL
593
-GLOBAL_VALUE 1048576
594
-GLOBAL_VALUE_ORIGIN CONFIG
595
--DEFAULT_VALUE 8388608
+-DEFAULT_VALUE 16777216
596
-VARIABLE_SCOPE GLOBAL
597
-VARIABLE_TYPE BIGINT
598
-VARIABLE_COMMENT The size of the buffer which InnoDB uses to write log to the log files on disk.
@@ -666,7 +666,7 @@
666
+SESSION_VALUE NULL
667
+GLOBAL_VALUE 1048576
668
+GLOBAL_VALUE_ORIGIN CONFIG
669
-+DEFAULT_VALUE 8388608
++DEFAULT_VALUE 16777216
670
+VARIABLE_SCOPE GLOBAL
671
+VARIABLE_TYPE INT
672
+VARIABLE_COMMENT The size of the buffer which InnoDB uses to write log to the log files on disk.
0 commit comments