wiki.techinc.nl/includes/objectcache
saper 646a9490f7 (bug 27283) SqlBagOStuff breaks PostgreSQL txns
* SqlBagOStuff should not turn off automatic transaction
    control just like that. Keep previous
    connection for PostgreSQL and SQLite

* 94633ff448 introduced
    rollback on error to restore sanity
    for the connection. Don't do this
    if you are in the middle of INSERT IGNORE
    and we have a savepoint open.

    Making sure query syntax errors don't
    get silenced by our "wonderful" implementation
    of INSERT IGNORE is bug 35572.

Change-Id: I841b03895e1189c47307fefb1516c4c7c4102e25
2012-06-14 23:33:11 +02:00
..
APCBagOStuff.php Added missing GPLv2 headers in some places. 2012-05-02 10:51:15 +02:00
BagOStuff.php Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
DBABagOStuff.php Bug 24985 use $wgTmpDirectory when available 2012-06-13 21:30:22 +02:00
EhcacheBagOStuff.php Added missing GPLv2 headers in some places. 2012-05-02 10:51:15 +02:00
EmptyBagOStuff.php Added missing GPLv2 headers in some places. 2012-05-02 10:51:15 +02:00
HashBagOStuff.php Added missing GPLv2 headers in some places. 2012-05-02 10:51:15 +02:00
MemcachedBagOStuff.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
MemcachedClient.php Implemented a wrapper for the memcached PECL client 2012-05-15 10:19:41 +10:00
MemcachedPeclBagOStuff.php Fixed pecl memcached client in persistent mode. 2012-06-13 18:19:33 -07:00
MemcachedPhpBagOStuff.php Renamed new BagOStuff getBatch() function to getMulti() for consistency. 2012-05-15 01:48:22 -07:00
MultiWriteBagOStuff.php Added missing GPLv2 headers in some places. 2012-05-02 10:51:15 +02:00
ObjectCache.php Implemented a wrapper for the memcached PECL client 2012-05-15 10:19:41 +10:00
SqlBagOStuff.php (bug 27283) SqlBagOStuff breaks PostgreSQL txns 2012-06-14 23:33:11 +02:00
WinCacheBagOStuff.php Added missing GPLv2 headers in some places. 2012-05-02 10:51:15 +02:00
XCacheBagOStuff.php Added missing GPLv2 headers in some places. 2012-05-02 10:51:15 +02:00