r86314 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86313‎ | r86314 | r86315 >
Date:15:20, 18 April 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix table alias' from r80809
Modified paths:
  • /trunk/extensions/OAI/OAIRepo_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OAI/OAIRepo_body.php
@@ -649,7 +649,7 @@
650650 }
651651
652652 $res = $this->_db->select(
653 - array( 'updates', 'page', 'redirect' ),
 653+ array( 'u' => 'updates', 'p' => 'page', 'r' => 'redirect', 'rp' => 'page' ),
654654 array(
655655 'up_page,up_sequence',
656656 'rp.page_namespace AS page_namespace',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80809Improve raw SQL usage :)reedy10:39, 23 January 2011

Status & tagging log