From: Aaron Schulz Date: Wed, 19 Mar 2008 18:42:09 +0000 (+0000) Subject: Populate rc_deleted X-Git-Tag: 1.31.0-rc.0~48972 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=34e147c02eb381cf4fb11465ac06098a81f8b1b7;p=lhc%2Fweb%2Fwiklou.git Populate rc_deleted --- diff --git a/maintenance/rebuildrecentchanges.inc b/maintenance/rebuildrecentchanges.inc index 087c8dee0c..7b6f34c3f5 100644 --- a/maintenance/rebuildrecentchanges.inc +++ b/maintenance/rebuildrecentchanges.inc @@ -50,6 +50,7 @@ function rebuildRecentChangesTablePass1() 'rc_this_oldid' => 'rev_id', 'rc_last_oldid' => 0, // is this ok? 'rc_type' => $dbw->conditional( 'page_is_new != 0', RC_NEW, RC_EDIT ), + 'rc_deleted' => 'rev_deleted' ), array( 'rev_timestamp > ' . $dbw->addQuotes( $dbw->timestamp( $cutoff ) ), 'rev_page=page_id'