From ba786e9e1149f0abc100b2620668888b60cf0790 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Thu, 11 Oct 2012 15:21:55 -0600 Subject: [PATCH] Correct code comment. --- t/pt-online-schema-change/sanity_checks.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pt-online-schema-change/sanity_checks.t b/t/pt-online-schema-change/sanity_checks.t index 618c9350..4d060176 100644 --- a/t/pt-online-schema-change/sanity_checks.t +++ b/t/pt-online-schema-change/sanity_checks.t @@ -83,7 +83,7 @@ like( $output, ); $master_dbh->do('DROP TRIGGER pt_osc.pt_osc_test'); -# The orig table must have a pk or unique index so the delete trigger is safe. +# The new table must have a pk or unique index so the delete trigger is safe. $master_dbh->do("ALTER TABLE pt_osc.t DROP COLUMN id"); $master_dbh->do("ALTER TABLE pt_osc.t DROP INDEX c"); ($output, undef) = full_output(