mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Correct code comment.
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user