mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-11065: Compressed binary log. Merge code into current 10.2.
Conflicts: sql/share/errmsg-utf8.txt
This commit is contained in:
@ -344,6 +344,10 @@ The following options may be given as the first argument:
|
||||
We strongly recommend to use either --log-basename or
|
||||
specify a filename to ensure that replication doesn't
|
||||
stop if the real hostname of the computer changes.
|
||||
--log-bin-compress Whether the binary log can be compressed
|
||||
--log-bin-compress-min-len[=#]
|
||||
Minimum length of sql statement(in statement mode) or
|
||||
record(in row mode)that can be compressed.
|
||||
--log-bin-index=name
|
||||
File that holds the names for last binary log files.
|
||||
--log-bin-trust-function-creators
|
||||
@ -1267,6 +1271,8 @@ lc-time-names en_US
|
||||
local-infile TRUE
|
||||
lock-wait-timeout 31536000
|
||||
log-bin (No default value)
|
||||
log-bin-compress FALSE
|
||||
log-bin-compress-min-len 256
|
||||
log-bin-index (No default value)
|
||||
log-bin-trust-function-creators FALSE
|
||||
log-error
|
||||
|
Reference in New Issue
Block a user