Replace remaining uses of deprecated DB_SLAVE with DB_REPLICA
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 4 Aug 2017 18:53:34 +0000 (20:53 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 5 Aug 2017 10:10:26 +0000 (10:10 +0000)
commit8785e4a5b3733fdfeb865e13db458077f68dd88f
tree32af1dd499ce661551994b8a22afc6dbe7703775
parent033a89c6ca1916fa01271159d7cb60ae8507975b
Replace remaining uses of deprecated DB_SLAVE with DB_REPLICA

Change 950cf6016c10953213e5f985dfc18a32d8673197 took care of the most,
but a few remain, either outside of includes/ and maintenance/
directories (which that change was limited to), or in code introduced
afterwards.

Change-Id: I9c363d0219ea7e71cde520faba39406949a36d27
docs/database.txt
includes/specials/SpecialUncategorizedcategories.php
languages/Language.php
profileinfo.php
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/RevisionStorageTest.php
tests/phpunit/includes/WatchedItemQueryServiceUnitTest.php
tests/phpunit/includes/WatchedItemStoreUnitTest.php
tests/phpunit/includes/db/LBFactoryTest.php
tests/phpunit/includes/page/WikiPageTest.php