r93002 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93001‎ | r93002 | r93003 >
Date:18:52, 24 July 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r92796

Remove addition of config table from Updaters
Modified paths:
  • /branches/REL1_18/phase3/includes/installer/MysqlUpdater.php (modified) (history)
  • /branches/REL1_18/phase3/includes/installer/OracleUpdater.php (modified) (history)
  • /branches/REL1_18/phase3/includes/installer/SqliteUpdater.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/installer/MysqlUpdater.php
@@ -181,7 +181,6 @@
182182 array( 'doUserNewTalkTimestampNotNull' ),
183183 array( 'addIndex', 'user', 'user_email', 'patch-user_email_index.sql' ),
184184 array( 'modifyField', 'user_properties', 'up_property', 'patch-up_property.sql' ),
185 - array( 'addTable', 'config', 'patch-config.sql' ),
186185 array( 'addTable', 'uploadstash', 'patch-uploadstash.sql' ),
187186 );
188187 }
Index: branches/REL1_18/phase3/includes/installer/OracleUpdater.php
@@ -34,7 +34,6 @@
3535 //1.18
3636 array( 'addIndex', 'user', 'i02', 'patch-user_email_index.sql' ),
3737 array( 'modifyField', 'user_properties', 'up_property', 'patch-up_property.sql' ),
38 - array( 'addTable', 'config', 'patch-config.sql' ),
3938
4039 // till 2.0 i guess
4140 array( 'doRebuildDuplicateFunction' ),
Index: branches/REL1_18/phase3/includes/installer/SqliteUpdater.php
@@ -58,7 +58,6 @@
5959
6060 // 1.18
6161 array( 'addIndex', 'user', 'user_email', 'patch-user_email_index.sql' ),
62 - array( 'addTable', 'config', 'patch-config.sql' ),
6362 array( 'addTable', 'uploadstash', 'patch-uploadstash.sql' ),
6463 );
6564 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r93006Followup r92796, r93002...reedy18:55, 24 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92796Back r88270 and friends out of REL1_18 (conf overhaul)demon21:36, 21 July 2011

Status & tagging log