Made the SQLite installer make a separate objectcache DB
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 23 Feb 2015 23:52:31 +0000 (15:52 -0800)
committerKrinkle <krinklemail@gmail.com>
Wed, 25 Feb 2015 23:05:10 +0000 (23:05 +0000)
commita9780637fe481555d55ed0d5b7be25d9a7e7d687
treef2eadf39f2ddb90ea9341938b7f41eb0176829b1
parent1405c8e396d76cf72399f163724454404882f1c0
Made the SQLite installer make a separate objectcache DB

* This avoids severe lock contention if CACHE_DB is used and also makes
  cache sharing between wikis simple (keys are always prefixed as needed).

Bug: T89180
Change-Id: I864272af099a9ebe2b3648e2714d2ccdee20305d
includes/installer/SqliteInstaller.php