r62992 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62991‎ | r62992 | r62993 >
Date:02:28, 26 February 2010
Author:mah
Status:ok
Tags:
Comment:
follow up r62950 - fix the one instance where we could use a $db instance
Modified paths:
  • /trunk/phase3/maintenance/tests/MediaWiki_Setup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/MediaWiki_Setup.php
@@ -9,7 +9,7 @@
1010 $oldTableNames = array();
1111 foreach( $tables as $table )
1212 $oldTableNames[$table] = $db->tableName( $table );
13 - if($wgDBtype == 'oracle') {
 13+ if($db->getType() == 'oracle') {
1414 $wgDBprefix === 'pt_';
1515 } else {
1616 $wgDBprefix === 'parsertest_';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62950follow up r62948 handle oracle prefixmah09:33, 25 February 2010

Status & tagging log