wiki.techinc.nl/includes/objectcache
csteipp d02b5bd7f7 Add value to add() call when locking
When BagOStuff::lock() was called, it called $this->add() with only
two parameters, the key and the timeout. But BagOStuff::add() takes
three parameters (key, value, timeout), so all locks got an infinite
timeout.

Change-Id: I82bed11b0b799f2cda13a8a0bd0cd94908b6ce8e
2013-05-10 12:42:16 -07:00
..
APCBagOStuff.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00
BagOStuff.php Add value to add() call when locking 2013-05-10 12:42:16 -07:00
DBABagOStuff.php Kill off numerous unused variables 2013-03-08 02:36:24 +00:00
EhcacheBagOStuff.php fix some spacing 2013-02-04 20:04:26 +00:00
EmptyBagOStuff.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00
HashBagOStuff.php style: normalize end of files 2013-02-03 15:04:39 +01:00
MemcachedBagOStuff.php Fixed spacing in db/debug/diff/externalstore/objectcache folder 2013-04-20 22:28:52 +02:00
MemcachedClient.php Fixed spacing around parenthesis in includes 2013-04-28 15:50:07 +00:00
MemcachedPeclBagOStuff.php Added/Removed spaces around string concatenation 2013-04-13 13:36:24 +02:00
MemcachedPhpBagOStuff.php style: normalize end of files 2013-02-03 15:04:39 +01:00
MultiWriteBagOStuff.php Added/Removed spaces around string concatenation 2013-04-13 13:36:24 +02:00
ObjectCache.php Fixed spacing in db/debug/diff/externalstore/objectcache folder 2013-04-20 22:28:52 +02:00
ObjectCacheSessionHandler.php Fixed spacing in db/debug/diff/externalstore/objectcache folder 2013-04-20 22:28:52 +02:00
RedisBagOStuff.php Docs for Redis' ->exec() return value 2013-04-24 10:00:02 +02:00
SqlBagOStuff.php In SqlBagOStuff::getMulti(), catch connect errors 2013-04-03 09:56:42 +11:00
WinCacheBagOStuff.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00
XCacheBagOStuff.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00