Add check_pod_links to check-tool and fix tools that have POD links in literal blocks.

This commit is contained in:
Daniel Nichter
2011-08-04 09:22:50 -06:00
parent 2a22fa0fcb
commit ac34d09b17
4 changed files with 52 additions and 23 deletions

View File

@@ -7281,12 +7281,12 @@ The three basic algorithms in descending order of preference are CHECKSUM,
BIT_XOR and ACCUM. CHECKSUM cannot be used if any one of these criteria
is true:
* 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.