~percona-toolkit-dev/percona-toolkit/fix-pqd-stats-bug-1249149

« back to all changes in this revision

Viewing changes to bin/pt-table-checksum

  • Committer: Brian Fraser
  • Date: 2013-04-25 17:34:17 UTC
  • mfrom: (580.1.6 release-2.2.2)
  • Revision ID: brian.fraser@percona.com-20130425173417-ttqmxtw59h3dtt0r
Tags: 2.2.2
MergedĀ lp:~percona-toolkit-dev/percona-toolkit/release-2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
# ###########################################################################
57
57
{
58
58
package Percona::Toolkit;
59
 
our $VERSION = '2.2.1';
 
59
our $VERSION = '2.2.2';
60
60
 
61
61
1;
62
62
}
11928
11928
Possible methods are:
11929
11929
 
11930
11930
  METHOD       USES
11931
 
  ===========  ==================
 
11931
  ===========  =============================================
11932
11932
  processlist  SHOW PROCESSLIST
11933
11933
  hosts        SHOW SLAVE HOSTS
11934
11934
  cluster      SHOW STATUS LIKE 'wsrep\_incoming\_addresses'
11944
11944
 
11945
11945
The C<cluster> method requires a cluster based on Galera 23.7.3 or newer,
11946
11946
such as Percona XtraDB Cluster versions 5.5.29 and above.  This will
11947
 
autodiscover nodes in a cluster using C<SHOW STATUS LIKE 'wsrep\_incoming\_addresses'>.
11948
 
Note that you can combine C<cluster> with C<processlist> and C<hosts> to
11949
 
have the tool autodiscover all cluster nodes and traditional slaves,
11950
 
but this is considered highly experimental.
 
11947
auto-discover nodes in a cluster using
 
11948
C<SHOW STATUS LIKE 'wsrep\_incoming\_addresses'>.  You can combine C<cluster>
 
11949
with C<processlist> and C<hosts> to auto-discover cluster nodes and replicas,
 
11950
but this functionality is experimental.
11951
11951
 
11952
11952
The C<dsn> method is special: rather than automatically discovering replicas,
11953
11953
this method specifies a table with replica DSNs.  The tool will only connect
12385
12385
 
12386
12386
=head1 VERSION
12387
12387
 
12388
 
pt-table-checksum 2.2.1
 
12388
pt-table-checksum 2.2.2
12389
12389
 
12390
12390
=cut