r94333 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94332‎ | r94333 | r94334 >
Date:10:00, 12 August 2011
Author:catrope
Status:reverted (Comments)
Tags:
Comment:
Fix copy-paste mistake in r94289
Modified paths:
  • /trunk/phase3/maintenance/populateRevisionSha1.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/populateRevisionSha1.php
@@ -32,10 +32,10 @@
3333 public function execute() {
3434 $db = wfGetDB( DB_MASTER );
3535
36 - $this->output( "Populating rev_len column\n" );
 36+ $this->output( "Populating rev_sha1 column\n" );
3737 $this->doSha1Updates( $db, 'revision', 'rev_id', 'rev' );
3838
39 - $this->output( "Populating ar_len column\n" );
 39+ $this->output( "Populating ar_sha1 column\n" );
4040 $this->doSha1Updates( $db, 'archive', 'ar_rev_id', 'ar' );
4141
4242 if ( $db->insert(

Follow-up revisions

RevisionCommit summaryAuthorDate
r94541Revert r94289, r94290, r94294, r94333, r94345, r94362, r94370 -- core schema ...brion18:24, 15 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94289* Added rev_sha1 and ar_sha1 columns to revision/archive tables (useful for b......aaron21:52, 11 August 2011

Comments

#Comment by Aaron Schulz (talk | contribs)   16:46, 12 August 2011

Odd that I changed 'rev_' to 'ar_' but didn't notice the other stuff :)

#Comment by Brion VIBBER (talk | contribs)   18:27, 15 August 2011

undiscussed core schema change, reverted in r94541.

Status & tagging log