Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
git-svn-id: svn://10.0.0.236/trunk@184545 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -870,7 +870,7 @@ if ($serverpush) {
|
||||
|
||||
# Connect to the shadow database if this installation is using one to improve
|
||||
# query performance.
|
||||
Bugzilla->switch_to_shadow_db();
|
||||
$dbh = Bugzilla->switch_to_shadow_db();
|
||||
|
||||
# Normally, we ignore SIGTERM and SIGPIPE (see globals.pl) but we need to
|
||||
# respond to them here to prevent someone DOSing us by reloading a query
|
||||
|
||||
Reference in New Issue
Block a user