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

« back to all changes in this revision

Viewing changes to bin/pt-table-checksum

  • Committer: Daniel Nichter
  • Date: 2013-04-24 15:01:28 UTC
  • Revision ID: daniel@percona.com-20130424150128-kbarlqolui5rk2op
Alphabetize Changelog, tweak release notes a little.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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