Introduce new schema flags and use them in RevisionStore.
authordaniel <daniel.kinzler@wikimedia.de>
Tue, 26 Jun 2018 17:26:33 +0000 (19:26 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Mon, 2 Jul 2018 15:20:14 +0000 (17:20 +0200)
commit33258e04d1b84ce78cae64e97318c6f684adb987
tree140770ff2fbc6cf002cc65b490f2a66eef74a494
parent138298b397b308ad6e4bfc7088884d90e8ac1e37
Introduce new schema flags and use them in RevisionStore.

NOTE: this changes the numeric values of the MIGRATION_XXX constants!
Order is preserved.

Bug: T197619
Change-Id: I16db7dd5799ab98c1cb12e7cd1e0b2da83b366fc
15 files changed:
includes/DefaultSettings.php
includes/Defines.php
includes/Storage/RevisionStore.php
includes/page/WikiPage.php
maintenance/populateContentTables.php
tests/common/TestsAutoLoader.php
tests/phpunit/includes/ActorMigrationTest.php
tests/phpunit/includes/CommentStoreTest.php
tests/phpunit/includes/PageArchiveTest.php
tests/phpunit/includes/RevisionMcrReadNewDbTest.php [new file with mode: 0644]
tests/phpunit/includes/Storage/McrReadNewRevisionStoreDbTest.php [new file with mode: 0644]
tests/phpunit/includes/Storage/McrReadNewSchemaOverride.php [new file with mode: 0644]
tests/phpunit/includes/Storage/McrWriteBothSchemaOverride.php
tests/phpunit/includes/Storage/RevisionStoreTest.php
tests/phpunit/includes/page/WikiPageMcrReadNewDbTest.php [new file with mode: 0644]