Made LCStoreDB try to use a separate DB connection
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 16 Jul 2014 02:19:54 +0000 (19:19 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 16 Jul 2014 02:20:01 +0000 (19:20 -0700)
commit4c0871fa0ef99d0d38bcba8e09fce8ef55f791d9
tree472973d0045fb5082b8190c6dbc12ebaef52418e
parentc19e8359c56e507c8650d28d5420e0b1ad0ee1cd
Made LCStoreDB try to use a separate DB connection

* This avoids breaking the main transaction in finishWrite().
* Also removed an unused variable in SqlBagOStuff.

Change-Id: Ia330ac362b080c1338616d95b793032c4752dc23
includes/cache/LocalisationCache.php
includes/objectcache/SqlBagOStuff.php