Added info in doc. Minor test tweak

This commit is contained in:
Frank Cizmich
2015-04-06 18:48:06 -03:00
parent 162350a804
commit 3fd9083f34
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -10614,6 +10614,8 @@ C<0.5> is worse than C<0.1>, and so the query will be reported.
=head2 READ-ONLY
By default, pt-upgrade only executes C<SELECT> and C<SET> statements.
(This does not include 'SELECT...INTO' statements, which do not return
rows but dump output to a file or variable)
If you're using recreatable test or development servers and wish to
compare write statements too (e.g. C<INSERT>, C<UPDATE>, C<DELETE>),
then specify C<--no-read-only>. If using a binary log, you must