mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
Follow-up for a change MDEV-9040: fixed the 32-bit rdiff
This commit is contained in:
parent
2828c2be55
commit
1e63a81a3b
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue