From eab12a1c81456edc0cc4c7cb6882810b83a40aaa Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Fri, 16 Dec 2011 10:09:10 -0700 Subject: [PATCH] Fix typos. --- bin/pt-online-schema-change | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index e993a791..efe31296 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -4720,7 +4720,7 @@ Change the table's engine to InnoDB: pt-online-schema-change \ h=127.1,t=db.tbl \ --alter "ENGINE=InnoDB" \ - --drop-tmp-table + --drop-old-table Rebuild but do not alter the table, and keep the temporary table: @@ -4732,7 +4732,7 @@ Add column to parent table, update child table foreign key constraints: h=127.1,D=db,t=parent \ --alter "ADD COLUMN (foo INT)" \ --child-tables child1,child2 \ - --update-foreign-keys-method drop_tmp_table + --update-foreign-keys-method drop_old_table =head1 RISKS