mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
my_getopt --help for "bit" options
print "Defaults to on" not only for GET_BOOL, but also for GET_BIT
This commit is contained in:
parent
28d44abd99
commit
086eb8e23c
2 changed files with 4 additions and 1 deletions
|
|
@ -490,6 +490,7 @@ The following specify which files/extra groups are read (specified before remain
|
|||
administrative statements to the slow log if it is open.
|
||||
Resets or sets the option 'admin' in
|
||||
log_slow_disabled_statements
|
||||
(Defaults to on; use --skip-log-slow-admin-statements to disable.)
|
||||
--log-slow-disabled-statements=name
|
||||
Don't log certain types of statements to slow log. Any
|
||||
combination of: admin, call, slave, sp
|
||||
|
|
@ -510,6 +511,7 @@ The following specify which files/extra groups are read (specified before remain
|
|||
Log slow statements executed by slave thread to the slow
|
||||
log if it is open. Resets or sets the option 'slave' in
|
||||
log_slow_disabled_statements
|
||||
(Defaults to on; use --skip-log-slow-slave-statements to disable.)
|
||||
--log-slow-verbosity=name
|
||||
Verbosity level for the slow log. Any combination of:
|
||||
innodb, query_plan, explain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue