alerted instead of altered - fix pt-online-schema-change doc

This commit is contained in:
Santo
2024-03-25 17:11:27 +00:00
committed by GitHub
parent 19aa46d1a5
commit 100e9ab5a2

View File

@@ -12258,7 +12258,7 @@ C<innodb_stats_persistent> is enabled. Specify the option explicitly to enable
or disable it regardless of MySQL version and C<innodb_stats_persistent>.
This circumvents a potentially serious issue related to InnoDB optimizer
statistics. If the table being alerted is busy and the tool completes quickly,
statistics. If the table being altered is busy and the tool completes quickly,
the new table will not have optimizer statistics after being swapped. This can
cause fast, index-using queries to do full table scans until optimizer
statistics are updated (usually after 10 seconds). If the table is large and