Move l10n_cache table to a separate DB for sqlite via the installer
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 5 Jul 2018 11:58:48 +0000 (12:58 +0100)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 14 Aug 2018 17:29:01 +0000 (17:29 +0000)
commit1081356412d48b69648eb1a2312639e221268028
tree7cef1c66a78399c82489d32a07b1bcf60e5698fb
parent12c3f7172c4ff0b734136b0040d397bcb3332b69
Move l10n_cache table to a separate DB for sqlite via the installer

This does not set 'db' as the cache type so that admins can still
easily set the cache directory to use the file-based cdb system.
If they do not, then at least the second DB file will be used to
avoid heavy contention.

Bug: T93097
Change-Id: Ib3912f00cf12de99801ebda4f06135b2987ce71a
includes/cache/localisation/LCStoreDB.php
includes/cache/localisation/LocalisationCache.php
includes/installer/SqliteInstaller.php