mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-29595 Adjust variable name for slow log file and help referring to the value
This commit is contained in:
@@ -460,8 +460,7 @@ The following specify which files/extra groups are read (specified before remain
|
||||
the only option you need for specifying log files. Sets
|
||||
names for --log-bin, --log-bin-index, --relay-log,
|
||||
--relay-log-index, --general-log-file,
|
||||
--log-slow-query-log-file, --log-error-file, and
|
||||
--pid-file
|
||||
--log-slow-query-file, --log-error-file, and --pid-file
|
||||
--log-bin[=name] Log update queries in binary format. Optional argument
|
||||
should be name for binary log. If not given
|
||||
'datadir'/'log-basename'-bin or 'datadir'/mysql-bin will
|
||||
@@ -530,7 +529,7 @@ The following specify which files/extra groups are read (specified before remain
|
||||
to a file 'hostname'-slow.log or a table mysql.slow_log
|
||||
if --log-output=TABLE is used. Must be enabled to
|
||||
activate other slow log options.
|
||||
--log-slow-query-file-name=name
|
||||
--log-slow-query-file=name
|
||||
Log slow queries to given log file. Defaults logging to
|
||||
'hostname'-slow.log. Must be enabled to activate other
|
||||
slow log options
|
||||
@@ -1325,9 +1324,9 @@ The following specify which files/extra groups are read (specified before remain
|
||||
or a table mysql.slow_log if --log-output=TABLE is used.
|
||||
Must be enabled to activate other slow log options.
|
||||
--slow-query-log-file=name
|
||||
Alias for log_slow_query_file_name. Log slow queries to
|
||||
given log file. Defaults logging to 'hostname'-slow.log.
|
||||
Must be enabled to activate other slow log options
|
||||
Alias for log_slow_query_file. Log slow queries to given
|
||||
log file. Defaults logging to 'hostname'-slow.log. Must
|
||||
be enabled to activate other slow log options
|
||||
--socket=name Socket file to use for connection
|
||||
--sort-buffer-size=#
|
||||
Each thread that needs to do a sort allocates a buffer of
|
||||
|
Reference in New Issue
Block a user