r97763 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97762‎ | r97763 | r97764 >
Date:20:28, 21 September 2011
Author:aaron
Status:ok
Tags:
Comment:
MFT r97762
Modified paths:
  • /branches/wmf/1.18wmf1/includes/objectcache/MemcachedClient.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/objectcache/MemcachedClient.php
@@ -344,6 +344,16 @@
345345 return false;
346346 }
347347
 348+ public function lock( $key, $timeout = 0 ) {
 349+ /* stub */
 350+ return true;
 351+ }
 352+
 353+ public function unlock( $key ) {
 354+ /* stub */
 355+ return true;
 356+ }
 357+
348358 // }}}
349359 // {{{ disconnect_all()
350360

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97762Added lock/unlock function stubs. Fixes:...aaron20:25, 21 September 2011

Status & tagging log