Update user docs.

This commit is contained in:
Daniel Nichter
2011-08-04 12:23:22 -06:00
parent c7b78ee9cb
commit 5f85bd22ce
5 changed files with 25 additions and 26 deletions

View File

@@ -249,12 +249,12 @@ is true:
.. code-block:: perl
* L<"--where"> is used.
* L<"--since"> is used.
* L<"--chunk-size"> is used.
* L<"--replicate"> is used.
* L<"--count"> is used.
* MySQL version less than 4.1.1.
* --where is used
* --since is used
* --chunk-size is used
* --replicate is used
* --count is used
* MySQL version less than 4.1.1
The BIT_XOR algorithm also requires MySQL version 4.1.1 or later.

View File

@@ -481,11 +481,11 @@ These options are:
.. code-block:: perl
* L<"--conflict-column">
* L<"--conflict-comparison">
* L<"--conflict-value">
* L<"--conflict-threshold">
* L<"--conflict-error"> (optional)
* --conflict-column
* --conflict-comparison
* --conflict-value
* --conflict-threshold
* --conflict-error"> (optional)
Use "--print" to test this option before "--execute". The printed
@@ -745,13 +745,13 @@ This tool accepts additional command-line arguments. Refer to the
COMPARISON CHOOSES ROW WITH
========== =========================================================
newest Newest temporal L<"--conflict-column"> value
oldest Oldest temporal L<"--conflict-column"> value
greatest Greatest numerical L<"--conflict-column"> value
least Least numerical L<"--conflict-column"> value
equals L<"--conflict-column"> value equal to L<"--conflict-value">
matches L<"--conflict-column"> value matching Perl regex pattern
L<"--conflict-value">
newest Newest temporal --conflict-column value
oldest Oldest temporal --conflict-column value
greatest Greatest numerical "--conflict-column value
least Least numerical --conflict-column value
equals --conflict-column value equal to --conflict-value
matches --conflict-column value matching Perl regex pattern
--conflict-value
This option only works with "--bidirectional".

View File

@@ -656,10 +656,10 @@ This tool accepts additional command-line arguments. Refer to the
.. code-block:: perl
value meaning
===== =======
Value Meaning
===== ================================================
tree Pretty-printed terse tree.
dump Data::Dumper output (see L<Data::Dumper> for more).
dump Data::Dumper output (see Data::Dumper for more).

View File

@@ -10,4 +10,3 @@ Changelog
---------
* Forked, combined, and rebranded Maatkit and Aspersa as Percona Toolkit.
* Foo

View File

@@ -41,7 +41,7 @@ This release of Percona Toolkit includes the following tools:
:doc:`pt-diskstats`
Read a file generated from /proc/diskstats and summarize it.
Aggregate and summarize \ */proc/diskstats*\ .
@@ -95,7 +95,7 @@ This release of Percona Toolkit includes the following tools:
:doc:`pt-mext`
Aggregate and summarize mysqladmin extended output.
Look at many samples of MySQL \ ``SHOW GLOBAL STATUS``\ side-by-side.
@@ -149,7 +149,7 @@ This release of Percona Toolkit includes the following tools:
:doc:`pt-sift`
Browses the files created by the collect tool.
Browses files created by pt-collect.
@@ -173,7 +173,7 @@ This release of Percona Toolkit includes the following tools:
:doc:`pt-stalk`
Watch MySQL and run the 'collect' program when some condition becomes true.
Wait for a condition to occur then begin collecting data.