Correct code comment.

This commit is contained in:
Daniel Nichter
2012-10-11 15:21:55 -06:00
parent 77485efdbc
commit ba786e9e11

View File

@@ -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(