r89527 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89526‎ | r89527 | r89528 >
Date:19:46, 5 June 2011
Author:maxsem
Status:ok
Tags:
Comment:
Folow-up r89526: tabs and eol-style :(
Modified paths:
  • /trunk/phase3/includes/installer/SqliteUpdater.php (modified) (history)
  • /trunk/phase3/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql
@@ -1,3 +1,3 @@
 2+-- Used for killing the wrong index added during SVN for 1.17
 3+-- Won't affect most people, but it doesn't need to exist
24 DROP INDEX IF EXISTS ar_page_revid;
\ No newline at end of file
Property changes on: trunk/phase3/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql
___________________________________________________________________
Added: svn:eol-style
35 + native
Index: trunk/phase3/includes/installer/SqliteUpdater.php
@@ -53,7 +53,7 @@
5454 array( 'addTable', 'msg_resource', 'patch-msg_resource.sql' ),
5555 array( 'addTable', 'module_deps', 'patch-module_deps.sql' ),
5656 array( 'dropIndex', 'archive', 'ar_page_revid', 'patch-archive_kill_ar_page_revid.sql' ),
57 - array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ),
 57+ array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ),
5858
5959 // 1.19
6060 array( 'addTable', 'config', 'patch-config.sql' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89526SQLite: sync a couple of indexes with MySQLmaxsem19:39, 5 June 2011

Status & tagging log