mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
Add lib/, t/lib/, and sandbox/. All modules are updated and passing on MySQL 5.1.
This commit is contained in:
73
t/lib/samples/pod/pod_sample_05.txt
Normal file
73
t/lib/samples/pod/pod_sample_05.txt
Normal file
@@ -0,0 +1,73 @@
|
||||
=pod
|
||||
|
||||
=head1 NAME
|
||||
|
||||
mk-table-checksum - Perform an online replication consistency check, or
|
||||
checksum MySQL tables efficiently on one or many servers.
|
||||
|
||||
=head1 OPTIONS
|
||||
|
||||
L<"--schema"> is restricted to option groups Connection, Filter, Output, Help.
|
||||
|
||||
=over
|
||||
|
||||
=item --algorithm
|
||||
|
||||
type: string
|
||||
|
||||
Checksum algorithm (ACCUM|CHECKSUM|BIT_XOR).
|
||||
|
||||
=item --databases
|
||||
|
||||
short form: -d; type: hash; group: Filter
|
||||
|
||||
Only checksum this comma-separated list of databases.
|
||||
|
||||
=item --defaults-file
|
||||
|
||||
short form: -F; type: string; group: Connection
|
||||
|
||||
Only read mysql options from the given file.
|
||||
|
||||
=item --explain-hosts
|
||||
|
||||
group: Help
|
||||
|
||||
Explain hosts.
|
||||
|
||||
=item --help
|
||||
|
||||
group: Help
|
||||
|
||||
Show help and exit.
|
||||
|
||||
=item --schema
|
||||
|
||||
Checksum C<SHOW CREATE TABLE> intead of table data.
|
||||
|
||||
This option is only allowed with options from the following groups
|
||||
(MAGIC_schema_groups):
|
||||
|
||||
Connection Filter Output Help
|
||||
|
||||
Options from other groups, like L<"--slave-lag">, are not allowed.
|
||||
|
||||
=item --tab
|
||||
|
||||
group: Output
|
||||
|
||||
Print tab-separated output, not column-aligned output.
|
||||
|
||||
=item --version
|
||||
|
||||
group: Help
|
||||
|
||||
Show version and exit.
|
||||
|
||||
=back
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 3535 $.
|
||||
|
||||
=cut
|
Reference in New Issue
Block a user