r81399 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81398‎ | r81399 | r81400 >
Date:15:48, 2 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r81313, fix 210 typo
Modified paths:
  • /trunk/phase3/includes/installer/MysqlUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/MysqlUpdater.php
@@ -820,7 +820,7 @@
821821 $res = $this->db->query( "SHOW COLUMNS FROM $langlinks LIKE 'll_lang'" );
822822 $row = $this->db->fetchObject( $res );
823823
824 - if ( $row && $row->Type == "varbinary(210)" ) {
 824+ if ( $row && $row->Type == "varbinary(10)" ) {
825825 $this->output( 'Updating length of ll_lang in langlinks...' );
826826 $this->applyPatch( 'patch-langlinks-ll_lang-20.sql' );
827827 $this->output( "done.\n" );

Follow-up revisions

RevisionCommit summaryAuthorDate
r814131.17: MFT r78395, r79968, r81311, r81313, r81349, r81352, r81376, r81389, r81...catrope20:45, 2 February 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81313Followup r81311, add MysqlUpdater function to update ll_lang length if it's s...reedy18:58, 1 February 2011

Status & tagging log