summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2014-01-22 09:23:53 +0100
committerByron Jones <bjones@mozilla.com>2014-01-22 09:23:53 +0100
commita7785b988566ece642c62664b51bcc822964625e (patch)
tree23083af3c07b41734376a041357f580e365475f5 /checksetup.pl
parent412d7c4f25611cf60810b5a3d26f0fef6b0c715f (diff)
downloadbugzilla-a7785b988566ece642c62664b51bcc822964625e.tar.gz
bugzilla-a7785b988566ece642c62664b51bcc822964625e.tar.xz
Bug 951974: backport bug 237498 to bmo (Use memcached to improve performance)
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 6d9230dd9..4f37ea350 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -236,6 +236,9 @@ Bugzilla::Hook::process('install_before_final_checks', { silent => $silent });
# Final checks
###########################################################################
+# Clear all keys from Memcached
+Bugzilla->memcached->clear_all();
+
# Check if the default parameter for urlbase is still set, and if so, give
# notification that they should go and visit editparams.cgi
if (Bugzilla->params->{'urlbase'} eq '') {