summaryrefslogtreecommitdiffstats
path: root/contrib/reorg-tools/move_flag_types.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/reorg-tools/move_flag_types.pl')
-rwxr-xr-xcontrib/reorg-tools/move_flag_types.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/reorg-tools/move_flag_types.pl b/contrib/reorg-tools/move_flag_types.pl
index a75b7f497..7b7fe2081 100755
--- a/contrib/reorg-tools/move_flag_types.pl
+++ b/contrib/reorg-tools/move_flag_types.pl
@@ -162,6 +162,10 @@ if (@$flags) {
$flag_update_sth->execute($params{'newid'}, $flag_id);
}
}
+
+ # 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();
}
else {
print "No flags to move\n";