r73059 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73058‎ | r73059 | r73060 >
Date:07:41, 15 September 2010
Author:demon
Status:ok
Tags:
Comment:
Followup r65542, rm some unused vars
Modified paths:
  • /trunk/phase3/includes/db/DatabasePostgres.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabasePostgres.php
@@ -1311,16 +1311,6 @@
13121312 dieout( htmlspecialchars( $res ) );
13131313 }
13141314
1315 - # Update version information
1316 - $mwv = $this->addQuotes( $wgVersion);
1317 - $pgv = $this->addQuotes( $this->getServerVersion() );
1318 - $pgu = $this->addQuotes( $this->mUser );
1319 - $mws = $this->addQuotes( $wgDBmwschema );
1320 - $tss = $this->addQuotes( $wgDBts2schema );
1321 - $pgp = $this->addQuotes( $wgDBport );
1322 - $dbn = $this->addQuotes( $this->mDBname );
1323 - $ctype = $this->addQuotes( pg_fetch_result( $this->doQuery( 'SHOW lc_ctype' ), 0, 0 ) );
1324 -
13251315 echo '<li>Populating interwiki table... ';
13261316 # Avoid the non-standard "REPLACE INTO" syntax
13271317 $f = fopen( "../maintenance/interwiki.sql", 'r' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65542Kill last vestiges of mediawiki_version. Nobody actually uses it anymore, it ...demon13:46, 26 April 2010

Status & tagging log