Commit 1e63a81a authored by Elena Stepanova's avatar Elena Stepanova

Follow-up for a change MDEV-9040: fixed the 32-bit rdiff

parent 2828c2be
......@@ -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.
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment