Allow dumps to function with MCR in read-new mode.
authordaniel <daniel.kinzler@wikimedia.de>
Fri, 7 Sep 2018 12:12:12 +0000 (14:12 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Fri, 7 Sep 2018 12:18:40 +0000 (14:18 +0200)
commit7c2d0202ab302a8a2b53114fdcf893f69fc3110e
treed9dbdac721556066be1de5be5bdd94771779eed4
parent7f6bd0c6fec48474f2225bd26979815c0229813d
Allow dumps to function with MCR in read-new mode.

This is a temporary fix that forces the dump code to continue to
use the old database schema, even when MCR is in
SCHEMA_COMPAT_READ_NEW mode. This will continue to function until
SCHEMA_COMPAT_WRITE_OLD  mode is disabled.

Bug: T198561
Change-Id: Ic54ee703f47d1843f70fdb7185ac1b098f148680
includes/export/WikiExporter.php