summaryrefslogtreecommitdiffstats
path: root/contrib/reorg-tools/reassign_open_bugs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/reorg-tools/reassign_open_bugs.pl')
-rwxr-xr-xcontrib/reorg-tools/reassign_open_bugs.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/reorg-tools/reassign_open_bugs.pl b/contrib/reorg-tools/reassign_open_bugs.pl
index b288e4789..6496f9a95 100755
--- a/contrib/reorg-tools/reassign_open_bugs.pl
+++ b/contrib/reorg-tools/reassign_open_bugs.pl
@@ -72,6 +72,8 @@ $from_user->clear_last_statistics_ts();
$to_user->clear_last_statistics_ts();
$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__