r53516 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53515‎ | r53516 | r53517 >
Date:02:18, 20 July 2009
Author:demon
Status:ok
Tags:
Comment:
Followup to r52477. Call unlock/lock in correct order :)
Modified paths:
  • /trunk/phase3/maintenance/updateSearchIndex.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updateSearchIndex.inc
@@ -90,8 +90,8 @@
9191 # Unlock and lock again
9292 # Since the lock is low-priority, queued reads will be able to complete
9393 function relockSearchindex( &$db ) {
 94+ $db->unlockTables( 'updateSearchIndex.inc ' . __METHOD__ );
9495 lockSearchindex( $db );
95 - $db->unlockTables( 'updateSearchIndex.inc ' . __METHOD__ );
9696 }
9797
9898 function output( $text ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52477Cleanup for r52382: Call correct function and use tmestamp()demon22:09, 26 June 2009

Status & tagging log