mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
Fix typos
This commit is contained in:
@@ -8104,7 +8104,7 @@ lead to weird situations, like the server allowing LOCAL INFILE, but
|
|||||||
the client throwing exceptions if it's used.
|
the client throwing exceptions if it's used.
|
||||||
|
|
||||||
However, as long as the server allows LOAD DATA, clients can easily
|
However, as long as the server allows LOAD DATA, clients can easily
|
||||||
reenable it; See L<https://dev.mysql.com/doc/refman/5.0/en/load-data-local.html>
|
re-enable it; See L<https://dev.mysql.com/doc/refman/5.0/en/load-data-local.html>
|
||||||
and L<http://search.cpan.org/~capttofu/DBD-mysql/lib/DBD/mysql.pm>.
|
and L<http://search.cpan.org/~capttofu/DBD-mysql/lib/DBD/mysql.pm>.
|
||||||
This option does exactly that.
|
This option does exactly that.
|
||||||
|
|
||||||
|
@@ -11351,7 +11351,7 @@ tool's built-in functionality if desired.
|
|||||||
|
|
||||||
default: yes
|
default: yes
|
||||||
|
|
||||||
Execute ANALYZE TABLE on the new table before swaping with the old one.
|
Execute ANALYZE TABLE on the new table before swapping with the old one.
|
||||||
By default, this happens only when running MySQL 5.6 and newer, and
|
By default, this happens only when running MySQL 5.6 and newer, and
|
||||||
C<innodb_stats_persistent> is enabled. Specify the option explicitly to enable
|
C<innodb_stats_persistent> is enabled. Specify the option explicitly to enable
|
||||||
or disable it regardless of MySQL version and C<innodb_stats_persistent>.
|
or disable it regardless of MySQL version and C<innodb_stats_persistent>.
|
||||||
|
@@ -5405,7 +5405,7 @@ pt-slave-restart prints a line every time it sees the slave has an error.
|
|||||||
By default this line is: a timestamp, connection information, relay_log_file,
|
By default this line is: a timestamp, connection information, relay_log_file,
|
||||||
relay_log_pos, and last_errno.
|
relay_log_pos, and last_errno.
|
||||||
You can add more information using the L<"--verbose"> option.
|
You can add more information using the L<"--verbose"> option.
|
||||||
You can supress all output using the L<"--quiet"> option.
|
You can suppress all output using the L<"--quiet"> option.
|
||||||
|
|
||||||
=head1 SLEEP
|
=head1 SLEEP
|
||||||
|
|
||||||
@@ -5830,7 +5830,7 @@ By default (no verbose flag) the tool outputs connection information, a timestam
|
|||||||
relay_log_file, relay_log_pos, and last_errno.
|
relay_log_file, relay_log_pos, and last_errno.
|
||||||
One flag (-v) adds last_error. See also L<"--error-length">.
|
One flag (-v) adds last_error. See also L<"--error-length">.
|
||||||
Two flags (-vv) prints the current sleep time each time pt-slave-restart sleeps.
|
Two flags (-vv) prints the current sleep time each time pt-slave-restart sleeps.
|
||||||
To supress all output use the L<"--quiet"> option.
|
To suppress all output use the L<"--quiet"> option.
|
||||||
|
|
||||||
=item --version
|
=item --version
|
||||||
|
|
||||||
|
@@ -11210,7 +11210,7 @@ lead to weird situations, like the server allowing LOCAL INFILE, but
|
|||||||
the client throwing exceptions if it's used.
|
the client throwing exceptions if it's used.
|
||||||
|
|
||||||
However, as long as the server allows LOAD DATA, clients can easily
|
However, as long as the server allows LOAD DATA, clients can easily
|
||||||
reenable it; See L<https://dev.mysql.com/doc/refman/5.0/en/load-data-local.html>
|
re-enable it; See L<https://dev.mysql.com/doc/refman/5.0/en/load-data-local.html>
|
||||||
and L<http://search.cpan.org/~capttofu/DBD-mysql/lib/DBD/mysql.pm>.
|
and L<http://search.cpan.org/~capttofu/DBD-mysql/lib/DBD/mysql.pm>.
|
||||||
This option does exactly that.
|
This option does exactly that.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user