Add comment for r25525 so future devs don't think their predecessors have been smokin...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 5 Sep 2007 13:43:19 +0000 (13:43 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 5 Sep 2007 13:43:19 +0000 (13:43 +0000)
includes/DifferenceEngine.php

index 9f7c4e1..54de8f4 100644 (file)
@@ -166,6 +166,7 @@ CONTROL;
                                // Look for an unpatrolled change corresponding to this diff
                                $change = RecentChange::newFromConds(
                                        array(
+                                               // Add redundant timestamp so we use the existing index
                                                'rc_timestamp' => $this->mNewRev->getTimestamp(),
                                                'rc_this_oldid' => $this->mNewid,
                                                'rc_last_oldid' => $this->mOldid,