From 100e9ab5a2989f49daac705f5916c96b44cb1354 Mon Sep 17 00:00:00 2001 From: Santo <31849787+sleto-it@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:11:27 +0000 Subject: [PATCH] alerted instead of altered - fix pt-online-schema-change doc --- bin/pt-online-schema-change | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index cf39b997..65820219 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -12258,7 +12258,7 @@ C is enabled. Specify the option explicitly to enable or disable it regardless of MySQL version and C. 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