summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile/bin
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2014-03-04 08:50:54 +0100
committerByron Jones <bjones@mozilla.com>2014-03-04 08:50:54 +0100
commit9193214274889f2b7636146e72d8200e9bfaeb7b (patch)
treee570cc86aa8df53dd0e7e9d902d88450c5dc25c7 /extensions/UserProfile/bin
parent75eaf0d6c8ecf764d73cb870e504e84826d44751 (diff)
downloadbugzilla-9193214274889f2b7636146e72d8200e9bfaeb7b.tar.gz
bugzilla-9193214274889f2b7636146e72d8200e9bfaeb7b.tar.xz
Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects)
Diffstat (limited to 'extensions/UserProfile/bin')
-rwxr-xr-xextensions/UserProfile/bin/update.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/UserProfile/bin/update.pl b/extensions/UserProfile/bin/update.pl
index 457585f8d..2a4997aee 100755
--- a/extensions/UserProfile/bin/update.pl
+++ b/extensions/UserProfile/bin/update.pl
@@ -50,6 +50,7 @@ if (@$user_ids) {
last_user_activity($user_id),
$user_id
);
+ Bugzilla->memcached->clear({ table => 'profiles', id => $user_id });
}
$dbh->do(
"DELETE FROM profiles_statistics_recalc WHERE " . $dbh->sql_in('user_id', $user_ids)