mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
Uncomment cleanup lines in alter_active_table.t.
This commit is contained in:
@@ -198,7 +198,7 @@ check_ids(qw(pt_osc t id), get_ids());
|
|||||||
# #############################################################################
|
# #############################################################################
|
||||||
# Done.
|
# Done.
|
||||||
# #############################################################################
|
# #############################################################################
|
||||||
diag(`rm -rf $query_table_stop`);
|
diag(`rm -rf $query_table_stop >/dev/null 2>&1`);
|
||||||
#diag(`rm -rf $query_table_output`);
|
diag(`rm -rf $query_table_output >/dev/null 2>&1`);
|
||||||
#$sb->wipe_clean($master_dbh);
|
$sb->wipe_clean($master_dbh);
|
||||||
exit;
|
exit;
|
||||||
|
Reference in New Issue
Block a user