Fix for 1008796: Several tools lack --database

This commit is contained in:
Brian Fraser
2013-03-06 12:11:54 -03:00
parent 50e978ee76
commit 188fe79ef1
9 changed files with 54 additions and 0 deletions

View File

@@ -5077,6 +5077,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.