Don't need an Oracle flag here...
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Mon, 21 Mar 2011 03:01:36 +0000 (03:01 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Mon, 21 Mar 2011 03:01:36 +0000 (03:01 +0000)
includes/installer/PostgresInstaller.php

index e6020bd..36dab2f 100644 (file)
@@ -327,10 +327,8 @@ class PostgresInstaller extends DatabaseInstaller {
                        return $status;
                }
 
-               $this->db->setFlag( DBO_DDLMODE ); // For Oracle's handling of schema files
                $this->db->begin( __METHOD__ );
 
-
                if( !$this->db->schemaExists( $schema ) ) {
                        $status->error( 'config-install-pg-schema-not-exist' );
                        return $status;