bug 2429 fix up index by using IN / NOT IN instead of (!= and !=)
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 13 May 2011 15:56:12 +0000 (15:56 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 13 May 2011 15:56:12 +0000 (15:56 +0000)
commitf3edfbf352bc3c07d7e08a2ceac8b76aacaf7526
tree7a3727812c652f4fd06456a15b23f38f35532e13
parentd5b4ce16dc77c702e5f8c79fa4f890ee9a48242a
bug 2429 fix up index by using IN / NOT IN instead of (!= and !=)

Tested (EXPLAIN <query>) against the english wikipedia database.

Follow up:
- r83110 : original ns association implementation
- r87992 : abstraction support for 'NOT IN'

(note: breaks some existing PHPUnit tests)
includes/specials/SpecialRecentchanges.php