Live patch: use a query group for CategoryPage
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 17 Feb 2009 03:07:41 +0000 (03:07 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 17 Feb 2009 03:07:41 +0000 (03:07 +0000)
includes/CategoryPage.php

index 4baa413..03ecb5d 100644 (file)
@@ -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;