Merge fix-1008796-add-database-to-several-tools.

This commit is contained in:
Daniel Nichter
2013-03-12 09:26:22 -06:00
9 changed files with 54 additions and 0 deletions

View File

@@ -6818,6 +6818,12 @@ type: Array
Read this comma-separated list of config files; if specified, this must be the Read this comma-separated list of config files; if specified, this must be the
first option on the command line. first option on the command line.
=item --database
short form: -D; type: string
Connect to this database.
=item --delayed-insert =item --delayed-insert
Add the DELAYED modifier to INSERT statements. Add the DELAYED modifier to INSERT statements.

View File

@@ -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; first option on the command line. (This option does not specify a CONFIG;
it's equivalent to C<--defaults-file>.) it's equivalent to C<--defaults-file>.)
=item --database
short form: -D; type: string
Connect to this database.
=item --defaults-file =item --defaults-file
short form: -F; type: string short form: -F; type: string

View File

@@ -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 causes pt-deadlock-logger to create the table automatically using the suggested
table structure. table structure.
=item --database
short form: -D; type: string
Connect to this database.
=item --daemonize =item --daemonize
Fork to the background and detach from the shell. POSIX operating systems only. Fork to the background and detach from the shell. POSIX operating systems only.

View File

@@ -4281,6 +4281,12 @@ type: Array
Read this comma-separated list of config files; if specified, this must be the Read this comma-separated list of config files; if specified, this must be the
first option on the command line. first option on the command line.
=item --database
short form: -D; type: string
Connect to this database.
=item --day-start =item --day-start
Measure times (for L<"--mmin">, etc) from the beginning of today rather than Measure times (for L<"--mmin">, etc) from the beginning of today rather than

View File

@@ -4112,6 +4112,12 @@ type: Array
Read this comma-separated list of config files; if specified, this must be the Read this comma-separated list of config files; if specified, this must be the
first option on the command line. first option on the command line.
=item --database
short form: -D; type: string
Connect to this database.
=item --daemonize =item --daemonize
Fork to the background and detach from the shell. POSIX operating systems only. Fork to the background and detach from the shell. POSIX operating systems only.

View File

@@ -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 50 seems likely to be unacceptably high for most servers, indicating that the
operation should be canceled immediately. operation should be canceled immediately.
=item --database
short form: -D; type: string
Connect to this database.
=item --default-engine =item --default-engine
Remove C<ENGINE> from the new table. Remove C<ENGINE> from the new table.

View File

@@ -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 This option causes the table specified by L<"--review"> to be created
with the default structure shown in the documentation for L<"--review">. with the default structure shown in the documentation for L<"--review">.
=item --database
short form: -D; type: string
Connect to this database.
=item --daemonize =item --daemonize
Fork to the background and detach from the shell. POSIX Fork to the background and detach from the shell. POSIX

View File

@@ -10661,6 +10661,12 @@ default: yes
Create the L<"--upgrade-table"> database and table. Create the L<"--upgrade-table"> database and table.
=item --database
short form: -D; type: string
Connect to this database.
=item --daemonize =item --daemonize
Fork to the background and detach from the shell. POSIX Fork to the background and detach from the shell. POSIX

View File

@@ -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 binmode on STDOUT without the utf8 layer, and runs SET NAMES after
connecting to MySQL. connecting to MySQL.
=item --database
short form: -D; type: string
Connect to this database.
=item --config =item --config
type: Array type: Array