I swear this table scan filesort was disabled before. Disabling again...thanks to...
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 13 Sep 2008 17:56:07 +0000 (17:56 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 13 Sep 2008 17:56:07 +0000 (17:56 +0000)
includes/api/ApiQueryDeletedrevs.php

index 0d434e7..fcb80d5 100644 (file)
@@ -107,6 +107,8 @@ class ApiQueryDeletedrevs extends ApiQueryBase {
                        $lb = new LinkBatch($titles);
                        $where = $lb->constructSet('ar', $db);
                        $this->addWhere($where);
+               } else {
+                       $this->dieUsage('You have to specify a page title or titles');
                }
 
                $this->addOption('LIMIT', $limit + 1);