reverts Concurrency works
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 11 Jan 2012 09:05:56 +0000 (09:05 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 11 Jan 2012 09:05:56 +0000 (09:05 +0000)
commit44b06f908ec6e013e5dc3c20418269199ab7e246
tree0c1868db64d116784dd05a15c25acddc901426ba
parent65de21c0d46513a91df8df3c0086c464722efac9
reverts Concurrency works

trunk is frozen pending stabilisation so we can release MediaWiki 1.19.
Those changes introduces API changes and new SQL tables, so that sounds like
new feature we do not have time to review right now.

Please reapply changes in branches/concurrency and have code review handled
there. Once the branch has been reviewed, please hold. Once trunk is stable
enough and 1.19 got branched, you are welcome to merge the branch in trunk.

Note: we can have a Jenkins jobs setup to run the branch tests if you need.

Reverts:
r108595 r108591 r108585 r108584 108572 r108564 108560 r108559
12 files changed:
includes/AutoLoader.php
includes/ConcurrencyCheck.php [deleted file]
includes/DefaultSettings.php
includes/api/ApiConcurrency.php [deleted file]
includes/api/ApiMain.php
includes/installer/MysqlUpdater.php
includes/installer/SqliteUpdater.php
maintenance/archives/patch-concurrencycheck.sql [deleted file]
maintenance/sqlite/archives/patch-concurrencycheck.sql [deleted file]
maintenance/tables.sql
tests/phpunit/includes/ConcurrencyCheckTest.php [deleted file]
tests/phpunit/includes/api/ApiConcurrencyTest.php [deleted file]