Index: trunk/phase3/includes/specials/SpecialAncientpages.php |
— | — | @@ -25,7 +25,6 @@ |
26 | 26 | $db = wfGetDB( DB_SLAVE ); |
27 | 27 | $page = $db->tableName( 'page' ); |
28 | 28 | $revision = $db->tableName( 'revision' ); |
29 | | - #$use_index = $db->useIndexClause( 'cur_timestamp' ); # FIXME! this is gone |
30 | 29 | $epoch = $wgDBtype == 'mysql' ? 'UNIX_TIMESTAMP(rev_timestamp)' : |
31 | 30 | 'EXTRACT(epoch FROM rev_timestamp)'; |
32 | 31 | return |