Skip to content

Commit 1e63a81

Browse files
committed
Follow-up for a change MDEV-9040: fixed the 32-bit rdiff
1 parent 2828c2b commit 1e63a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
-SESSION_VALUE NULL
593593
-GLOBAL_VALUE 1048576
594594
-GLOBAL_VALUE_ORIGIN CONFIG
595-
-DEFAULT_VALUE 8388608
595+
-DEFAULT_VALUE 16777216
596596
-VARIABLE_SCOPE GLOBAL
597597
-VARIABLE_TYPE BIGINT
598598
-VARIABLE_COMMENT The size of the buffer which InnoDB uses to write log to the log files on disk.
@@ -666,7 +666,7 @@
666666
+SESSION_VALUE NULL
667667
+GLOBAL_VALUE 1048576
668668
+GLOBAL_VALUE_ORIGIN CONFIG
669-
+DEFAULT_VALUE 8388608
669+
+DEFAULT_VALUE 16777216
670670
+VARIABLE_SCOPE GLOBAL
671671
+VARIABLE_TYPE INT
672672
+VARIABLE_COMMENT The size of the buffer which InnoDB uses to write log to the log files on disk.

0 commit comments

Comments
 (0)