r64176 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64175‎ | r64176 | r64177 >
Date:19:57, 25 March 2010
Author:maxsem
Status:resolved
Tags:
Comment:
MySQL uses encoding name 'utf8', not 'utf-8'
Modified paths:
  • /branches/new-installer/phase3/includes/installer/MysqlInstaller.php (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/includes/installer/MysqlInstaller.php
@@ -196,7 +196,7 @@
197197 */
198198 function getCharsets() {
199199 $status = $this->getConnection();
200 - $mysql5 = array( 'binary', 'utf-8' );
 200+ $mysql5 = array( 'binary', 'utf8' );
201201 $mysql4 = array( 'mysql4' );
202202 if ( !$status->isOK() ) {
203203 return $mysql5;

Follow-up revisions

RevisionCommit summaryAuthorDate
r64250Fix message breakage from r64176demon13:09, 27 March 2010

Status & tagging log