summaryrefslogtreecommitdiffstats
path: root/contrib/reorg-tools/syncmsandversions.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/reorg-tools/syncmsandversions.pl')
-rwxr-xr-xcontrib/reorg-tools/syncmsandversions.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/reorg-tools/syncmsandversions.pl b/contrib/reorg-tools/syncmsandversions.pl
index 1c3ce2154..20e88252e 100755
--- a/contrib/reorg-tools/syncmsandversions.pl
+++ b/contrib/reorg-tools/syncmsandversions.pl
@@ -117,5 +117,6 @@ $dbh->do("
$dbh->bz_commit_transaction();
-exit(0);
-
+# 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();