From cd7b2f50fe27e53635211ec2301f1414d54e0632 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 17 Feb 2009 03:07:41 +0000 Subject: [PATCH] Live patch: use a query group for CategoryPage --- includes/CategoryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index 4baa41388b..03ecb5dcf7 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -206,7 +206,7 @@ class CategoryViewer { } function doCategoryQuery() { - $dbr = wfGetDB( DB_SLAVE ); + $dbr = wfGetDB( DB_SLAVE, 'category' ); if( $this->from != '' ) { $pageCondition = 'cl_sortkey >= ' . $dbr->addQuotes( $this->from ); $this->flip = false; -- 2.20.1