http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97763

Revision: 97763
Author:   aaron
Date:     2011-09-21 20:28:49 +0000 (Wed, 21 Sep 2011)
Log Message:
-----------
MFT r97762

Modified Paths:
--------------
    branches/wmf/1.18wmf1/includes/objectcache/MemcachedClient.php

Modified: branches/wmf/1.18wmf1/includes/objectcache/MemcachedClient.php
===================================================================
--- branches/wmf/1.18wmf1/includes/objectcache/MemcachedClient.php      
2011-09-21 20:25:58 UTC (rev 97762)
+++ branches/wmf/1.18wmf1/includes/objectcache/MemcachedClient.php      
2011-09-21 20:28:49 UTC (rev 97763)
@@ -344,6 +344,16 @@
                return false;
        }
 
+       public function lock( $key, $timeout = 0 ) {
+               /* stub */
+               return true;
+       }
+
+       public function unlock( $key ) {
+               /* stub */
+               return true;
+       }
+
        // }}}
        // {{{ disconnect_all()
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to