summaryrefslogtreecommitdiffstats
path: root/contrib/reorg-tools/fixgroupqueries.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/reorg-tools/fixgroupqueries.pl')
-rwxr-xr-xcontrib/reorg-tools/fixgroupqueries.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/reorg-tools/fixgroupqueries.pl b/contrib/reorg-tools/fixgroupqueries.pl
index 1c75edb97..0bd64cd40 100755
--- a/contrib/reorg-tools/fixgroupqueries.pl
+++ b/contrib/reorg-tools/fixgroupqueries.pl
@@ -116,4 +116,8 @@ print "Changing all instances of '$old' to '$new'.\n\n";
#do_namedqueries($old, $new);
do_series($old, $new);
+# 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();
+
exit(0);