r84438 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84437‎ | r84438 | r84439 >
Date:03:01, 21 March 2011
Author:greg
Status:ok
Tags:
Comment:
Don't need an Oracle flag here...
Modified paths:
  • /trunk/phase3/includes/installer/PostgresInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/PostgresInstaller.php
@@ -327,10 +327,8 @@
328328 return $status;
329329 }
330330
331 - $this->db->setFlag( DBO_DDLMODE ); // For Oracle's handling of schema files
332331 $this->db->begin( __METHOD__ );
333332
334 -
335333 if( !$this->db->schemaExists( $schema ) ) {
336334 $status->error( 'config-install-pg-schema-not-exist' );
337335 return $status;

Status & tagging log