r10638 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10637‎ | r10638 | r10639 >
Date:01:30, 20 August 2005
Author:timstarling
Status:old
Tags:
Comment:
fixed missing branch
Modified paths:
  • /trunk/phase3/includes/LinkCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LinkCache.php
@@ -153,6 +153,8 @@
154154 $db =& wfGetDB( DB_MASTER );
155155 if ( !( $wgAntiLockFlags & ALF_NO_LINK_LOCK ) ) {
156156 $options = array( 'FOR UPDATE' );
 157+ } else {
 158+ $options = array();
157159 }
158160 } else {
159161 $db =& wfGetDB( DB_SLAVE );

Status & tagging log