r111126 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111125‎ | r111126 | r111127 >
Date:23:43, 9 February 2012
Author:maxsem
Status:ok
Tags:
Comment:
Follow-up r111006: nuke patch-config for Oracle and DB2
Modified paths:
  • /branches/REL1_19/phase3/includes/installer/Ibm_db2Updater.php (modified) (history)
  • /branches/REL1_19/phase3/includes/installer/OracleUpdater.php (modified) (history)
  • /branches/REL1_19/phase3/maintenance/oracle/archives/patch-config.sql (deleted) (history)

Diff [purge]

Index: branches/REL1_19/phase3/maintenance/oracle/archives/patch-config.sql
@@ -1,8 +0,0 @@
2 -define mw_prefix='{$wgDBprefix}';
3 -
4 -CREATE TABLE &mw_prefix.config (
5 - cf_name VARCHAR2(255) NOT NULL,
6 - cf_value blob NOT NULL
7 -);
8 -ALTER TABLE &mw_prefix.config ADD CONSTRAINT &mw_prefix.config_pk PRIMARY KEY (cf_name);
9 -
Index: branches/REL1_19/phase3/includes/installer/OracleUpdater.php
@@ -39,7 +39,6 @@
4040 array( 'doRecentchangesFK2Cascade' ),
4141
4242 //1.19
43 - array( 'addTable', 'config', 'patch-config.sql' ),
4443 array( 'addIndex', 'logging', 'i05', 'patch-logging_type_action_index.sql'),
4544 array( 'addTable', 'globaltemplatelinks', 'patch-globaltemplatelinks.sql' ),
4645 array( 'addTable', 'globalnamespaces', 'patch-globalnamespaces.sql' ),
Index: branches/REL1_19/phase3/includes/installer/Ibm_db2Updater.php
@@ -65,7 +65,6 @@
6666 array( 'doRebuildLocalisationCache' ),
6767
6868 // 1.19
69 - array( 'addTable', 'config', 'patch-config.sql' ),
7069 array( 'addIndex', 'logging', 'type_action', 'patch-logging-type-action-index.sql'),
7170 array( 'dropField', 'user', 'user_options', 'patch-drop-user_options.sql' ),
7271 array( 'addField', 'revision', 'rev_sha1', 'patch-rev_sha1.sql' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111006Revert r88270, r97711 and r110825 out of 1.19reedy01:16, 9 February 2012

Status & tagging log