summaryrefslogtreecommitdiffstats
path: root/contrib/reorg-tools/move_os.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/reorg-tools/move_os.pl')
-rwxr-xr-xcontrib/reorg-tools/move_os.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/reorg-tools/move_os.pl b/contrib/reorg-tools/move_os.pl
index 542e7ce0d..96b58d616 100755
--- a/contrib/reorg-tools/move_os.pl
+++ b/contrib/reorg-tools/move_os.pl
@@ -66,7 +66,8 @@ foreach my $bug_id (@$bug_ids) {
}
$dbh->bz_commit_transaction;
-
+# It's complex to determine which items now need to be flushed from memcached.
+# As this is expected to be a rare event, we just flush the entire cache.
Bugzilla->memcached->clear_all();
__END__