r105010 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105009‎ | r105010 | r105011 >
Date:21:50, 2 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Per Timo, the second line would wipe out the first
Modified paths:
  • /trunk/phase3/includes/db/DatabaseMysql.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseMysql.php
@@ -889,7 +889,7 @@
890890 protected function getDefaultSchemaVars() {
891891 $vars = parent::getDefaultSchemaVars();
892892 $vars['wgDBTableOptions'] = str_replace( 'TYPE', 'ENGINE', $GLOBALS['wgDBTableOptions'] );
893 - $vars['wgDBTableOptions'] = str_replace( 'CHARSET=mysql4', 'CHARSET=binary', $GLOBALS['wgDBTableOptions'] );
 893+ $vars['wgDBTableOptions'] = str_replace( 'CHARSET=mysql4', 'CHARSET=binary', $vars['wgDBTableOptions'] );
894894 return $vars;
895895 }
896896

Follow-up revisions

RevisionCommit summaryAuthorDate
r107910MFT r105010, r104671, r104576, r102137reedy17:53, 3 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102488fix bug #29102: Upgrade fails "Unknown character set: 'mysql4'"...mah03:25, 9 November 2011

Status & tagging log