Skip to content

Commit

Permalink
Follow-up for a change MDEV-9040: fixed the 32-bit rdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
elenst committed Nov 13, 2015
1 parent 2828c2b commit 1e63a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
-SESSION_VALUE NULL
-GLOBAL_VALUE 1048576
-GLOBAL_VALUE_ORIGIN CONFIG
-DEFAULT_VALUE 8388608
-DEFAULT_VALUE 16777216
-VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT
-VARIABLE_COMMENT The size of the buffer which InnoDB uses to write log to the log files on disk.
Expand Down Expand Up @@ -666,7 +666,7 @@
+SESSION_VALUE NULL
+GLOBAL_VALUE 1048576
+GLOBAL_VALUE_ORIGIN CONFIG
+DEFAULT_VALUE 8388608
+DEFAULT_VALUE 16777216
+VARIABLE_SCOPE GLOBAL
+VARIABLE_TYPE INT
+VARIABLE_COMMENT The size of the buffer which InnoDB uses to write log to the log files on disk.
Expand Down

0 comments on commit 1e63a81

Please sign in to comment.