summaryrefslogtreecommitdiffstats
path: root/contrib/reorg-tools/fixqueries.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/reorg-tools/fixqueries.pl')
-rwxr-xr-xcontrib/reorg-tools/fixqueries.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/reorg-tools/fixqueries.pl b/contrib/reorg-tools/fixqueries.pl
index 4b862fd72..221213058 100755
--- a/contrib/reorg-tools/fixqueries.pl
+++ b/contrib/reorg-tools/fixqueries.pl
@@ -128,5 +128,9 @@ do_namedqueries($field, $old, $new);
do_series($field, $old, $new);
do_series_categories($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);