r101899 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101898‎ | r101899 | r101900 >
Date:22:36, 3 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/REL1_18/phase3 (modified) (history)
  • /branches/REL1_18/phase3/includes (modified) (history)
  • /branches/REL1_18/phase3/includes/db/DatabaseMysql.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/db/DatabaseMysql.php
@@ -703,9 +703,12 @@
704704 return $this->query( "DROP TABLE IF EXISTS " . $this->tableName( $tableName ), $fName );
705705 }
706706
 707+ /**
 708+ * @return array
 709+ */
707710 protected function getDefaultSchemaVars() {
708711 $vars = parent::getDefaultSchemaVars();
709 - $vars['wgDBTableOptions'] = $GLOBALS['wgDBTableOptions'];
 712+ $vars['wgDBTableOptions'] = str_replace( 'TYPE', 'ENGINE', $GLOBALS['wgDBTableOptions'] );
710713 return $vars;
711714 }
712715
Property changes on: branches/REL1_18/phase3/includes
___________________________________________________________________
Modified: svn:mergeinfo
713716 Merged /trunk/phase3/includes:r101451
Property changes on: branches/REL1_18/phase3
___________________________________________________________________
Modified: svn:mergeinfo
714717 Merged /trunk/phase3:r101451

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101451Bug 30120 - Interwiki links error after upgrade...reedy06:17, 1 November 2011

Status & tagging log