~percona-toolkit-dev/percona-toolkit/release-2.2.2

« back to all changes in this revision

Viewing changes to t/lib/samples/pod/pod_sample_05.txt

  • Committer: Daniel Nichter
  • Date: 2011-06-24 17:22:06 UTC
  • Revision ID: daniel@percona.com-20110624172206-c7q4s4ad6r260zz6
Add lib/, t/lib/, and sandbox/.  All modules are updated and passing on MySQL 5.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=pod
 
2
 
 
3
=head1 NAME
 
4
 
 
5
mk-table-checksum - Perform an online replication consistency check, or
 
6
checksum MySQL tables efficiently on one or many servers.
 
7
 
 
8
=head1 OPTIONS
 
9
 
 
10
L<"--schema"> is restricted to option groups Connection, Filter, Output, Help.
 
11
 
 
12
=over
 
13
 
 
14
=item --algorithm
 
15
 
 
16
type: string
 
17
 
 
18
Checksum algorithm (ACCUM|CHECKSUM|BIT_XOR).
 
19
 
 
20
=item --databases
 
21
 
 
22
short form: -d; type: hash; group: Filter
 
23
 
 
24
Only checksum this comma-separated list of databases.
 
25
 
 
26
=item --defaults-file
 
27
 
 
28
short form: -F; type: string; group: Connection
 
29
 
 
30
Only read mysql options from the given file.
 
31
 
 
32
=item --explain-hosts
 
33
 
 
34
group: Help
 
35
 
 
36
Explain hosts.
 
37
 
 
38
=item --help
 
39
 
 
40
group: Help
 
41
 
 
42
Show help and exit.
 
43
 
 
44
=item --schema
 
45
 
 
46
Checksum C<SHOW CREATE TABLE> intead of table data.
 
47
 
 
48
This option is only allowed with options from the following groups
 
49
(MAGIC_schema_groups):
 
50
 
 
51
   Connection Filter Output Help
 
52
 
 
53
Options from other groups, like L<"--slave-lag">, are not allowed.
 
54
 
 
55
=item --tab
 
56
 
 
57
group: Output
 
58
 
 
59
Print tab-separated output, not column-aligned output.
 
60
 
 
61
=item --version
 
62
 
 
63
group: Help
 
64
 
 
65
Show version and exit.
 
66
 
 
67
=back
 
68
 
 
69
=head1 VERSION
 
70
 
 
71
This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 3535 $.
 
72
 
 
73
=cut