Quick solution for problems with limit=max when using slow queries: allowing modules...
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 5 Jan 2008 10:05:34 +0000 (10:05 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 5 Jan 2008 10:05:34 +0000 (10:05 +0000)
commit9d02a8c560a36920d76557c1c06c1b6e754e3845
tree5ff96158562a85875cc91cc9ccff4627443f0998
parenta8281790a759364f020c6aca0ce5a26e9e0338c4
Quick solution for problems with limit=max when using slow queries: allowing modules to delay the parsing of limit=max until they get the actual maximum values, and making them parse it by themselves.
includes/api/ApiBase.php
includes/api/ApiQueryDeletedrevs.php
includes/api/ApiQueryRevisions.php