r72879 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72878‎ | r72879 | r72880 >
Date:18:00, 12 September 2010
Author:maxsem
Status:ok
Tags:
Comment:
Follow-up r71118: forgot to re-add the index
Modified paths:
  • /trunk/phase3/maintenance/sqlite/archives/patch-iw_api_and_wikiid.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/sqlite/archives/patch-iw_api_and_wikiid.sql
@@ -15,3 +15,5 @@
1616 INSERT INTO /*_*/interwiki_tmp SELECT iw_prefix, iw_url, '', '', iw_local, iw_trans FROM /*_*/interwiki;
1717 DROP TABLE /*_*/interwiki;
1818 ALTER TABLE /*_*/interwiki_tmp RENAME TO /*_*/interwiki;
 19+
 20+CREATE UNIQUE INDEX /*i*/iw_prefix ON /*_*/interwiki (iw_prefix);
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71118Fixed SQLite updater broken by r69542maxsem14:49, 15 August 2010

Status & tagging log