diff options
author | Byron Jones <glob@mozilla.com> | 2014-04-07 10:38:31 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-04-07 10:38:31 +0200 |
commit | 3ef245b21a397e5253ba1bda607a1510245d5c09 (patch) | |
tree | 50175bb633117c7ae264a2e13872ead78ce91530 /contrib | |
parent | dc9486b05615630a5d6165d8a1bd256284c19268 (diff) | |
download | bugzilla-3ef245b21a397e5253ba1bda607a1510245d5c09.tar.gz bugzilla-3ef245b21a397e5253ba1bda607a1510245d5c09.tar.xz |
Bug 987032: allow memcached to cache bugzilla configuration information
r=dkl, a=glob
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/convert-workflow.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/convert-workflow.pl b/contrib/convert-workflow.pl index fdcab977f..8f76dac7f 100755 --- a/contrib/convert-workflow.pl +++ b/contrib/convert-workflow.pl @@ -151,6 +151,7 @@ if ($enable_unconfirmed) { $dbh->do('UPDATE products SET allows_unconfirmed = 1'); } $dbh->bz_commit_transaction(); +Bugzilla->memcached->clear_all(); print <<END; Done. There are some things you may want to fix, now: |