mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-16 08:17:20 +00:00
Merge fix-1008796-add-database-to-several-tools.
This commit is contained in:
@@ -6818,6 +6818,12 @@ type: Array
|
||||
Read this comma-separated list of config files; if specified, this must be the
|
||||
first option on the command line.
|
||||
|
||||
=item --database
|
||||
|
||||
short form: -D; type: string
|
||||
|
||||
Connect to this database.
|
||||
|
||||
=item --delayed-insert
|
||||
|
||||
Add the DELAYED modifier to INSERT statements.
|
||||
|
@@ -5347,6 +5347,12 @@ Read this comma-separated list of config files; if specified, this must be the
|
||||
first option on the command line. (This option does not specify a CONFIG;
|
||||
it's equivalent to C<--defaults-file>.)
|
||||
|
||||
=item --database
|
||||
|
||||
short form: -D; type: string
|
||||
|
||||
Connect to this database.
|
||||
|
||||
=item --defaults-file
|
||||
|
||||
short form: -F; type: string
|
||||
|
@@ -5073,6 +5073,12 @@ Normally the L<"--dest"> table is expected to exist already. This option
|
||||
causes pt-deadlock-logger to create the table automatically using the suggested
|
||||
table structure.
|
||||
|
||||
=item --database
|
||||
|
||||
short form: -D; type: string
|
||||
|
||||
Connect to this database.
|
||||
|
||||
=item --daemonize
|
||||
|
||||
Fork to the background and detach from the shell. POSIX operating systems only.
|
||||
|
@@ -4281,6 +4281,12 @@ type: Array
|
||||
Read this comma-separated list of config files; if specified, this must be the
|
||||
first option on the command line.
|
||||
|
||||
=item --database
|
||||
|
||||
short form: -D; type: string
|
||||
|
||||
Connect to this database.
|
||||
|
||||
=item --day-start
|
||||
|
||||
Measure times (for L<"--mmin">, etc) from the beginning of today rather than
|
||||
|
@@ -4112,6 +4112,12 @@ type: Array
|
||||
Read this comma-separated list of config files; if specified, this must be the
|
||||
first option on the command line.
|
||||
|
||||
=item --database
|
||||
|
||||
short form: -D; type: string
|
||||
|
||||
Connect to this database.
|
||||
|
||||
=item --daemonize
|
||||
|
||||
Fork to the background and detach from the shell. POSIX operating systems only.
|
||||
|
@@ -10669,6 +10669,12 @@ single value of Threads_running that is wrong for every server, but a default of
|
||||
50 seems likely to be unacceptably high for most servers, indicating that the
|
||||
operation should be canceled immediately.
|
||||
|
||||
=item --database
|
||||
|
||||
short form: -D; type: string
|
||||
|
||||
Connect to this database.
|
||||
|
||||
=item --default-engine
|
||||
|
||||
Remove C<ENGINE> from the new table.
|
||||
|
@@ -14688,6 +14688,12 @@ Create the L<"--review"> table if it does not exist.
|
||||
This option causes the table specified by L<"--review"> to be created
|
||||
with the default structure shown in the documentation for L<"--review">.
|
||||
|
||||
=item --database
|
||||
|
||||
short form: -D; type: string
|
||||
|
||||
Connect to this database.
|
||||
|
||||
=item --daemonize
|
||||
|
||||
Fork to the background and detach from the shell. POSIX
|
||||
|
@@ -10661,6 +10661,12 @@ default: yes
|
||||
|
||||
Create the L<"--upgrade-table"> database and table.
|
||||
|
||||
=item --database
|
||||
|
||||
short form: -D; type: string
|
||||
|
||||
Connect to this database.
|
||||
|
||||
=item --daemonize
|
||||
|
||||
Fork to the background and detach from the shell. POSIX
|
||||
|
@@ -5788,6 +5788,12 @@ runs SET NAMES UTF8 after connecting to MySQL. Any other value sets
|
||||
binmode on STDOUT without the utf8 layer, and runs SET NAMES after
|
||||
connecting to MySQL.
|
||||
|
||||
=item --database
|
||||
|
||||
short form: -D; type: string
|
||||
|
||||
Connect to this database.
|
||||
|
||||
=item --config
|
||||
|
||||
type: Array
|
||||
|
Reference in New Issue
Block a user