mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-26 01:02:25 +08:00
Merge pull request #82 from percona/pt-table-sync-doc-rbr-limitations
pt-table-sync document rbr limitation
This commit is contained in:
@@ -11605,6 +11605,20 @@ the host2 DSN inherits the C<u> and C<p> DSN parts from the host1 DSN.
|
|||||||
Use the L<"--explain-hosts"> option to see how pt-table-sync will interpret
|
Use the L<"--explain-hosts"> option to see how pt-table-sync will interpret
|
||||||
the DSNs given on the command line.
|
the DSNs given on the command line.
|
||||||
|
|
||||||
|
=head1 LIMITATIONS
|
||||||
|
|
||||||
|
=over
|
||||||
|
|
||||||
|
=item Replicas using row-based replication
|
||||||
|
|
||||||
|
pt-table-sync requires statement-based replication when used with
|
||||||
|
the L<"--sync-to-master"> or L<"--replicate"> option.
|
||||||
|
Therefore it will set C<binlog_format=STATEMENT> on the master
|
||||||
|
for its session if required.
|
||||||
|
To do this user must have C<SUPER> privilege.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=head1 OUTPUT
|
=head1 OUTPUT
|
||||||
|
|
||||||
If you specify the L<"--verbose"> option, you'll see information about the
|
If you specify the L<"--verbose"> option, you'll see information about the
|
||||||
|
|||||||
Reference in New Issue
Block a user