Back out r41786 for now "(bug 9226) Fetch restrictions properly on export"
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 13 Oct 2008 00:08:44 +0000 (00:08 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 13 Oct 2008 00:08:44 +0000 (00:08 +0000)
commit7c130df66fa7c38927109174ee4e99c0906177a9
tree1738ce66692898195e56b45facc24bcde65c6674
parent65ed1fd91bd42cac54793e917933ed06f6492369
Back out r41786 for now "(bug 9226) Fetch restrictions properly on export"
Per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/41786#c121:

Issues:

   1. Restriction fetches may not be synchronous with original start in a long-running export
   2. Looks like this adds an SQL query to slave for every single page
   3. In case of timed-out DB connections or a dying slave, this might break a long-running dump process
includes/Export.php