r64071 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64070‎ | r64071 | r64072 >
Date:14:24, 23 March 2010
Author:maxsem
Status:ok
Tags:
Comment:
fixed typo
Modified paths:
  • /trunk/phase3/maintenance/archives/patch-indexes.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/archives/patch-indexes.sql
@@ -4,7 +4,7 @@
55 -- Fix up table indexes; new to stable release in November 2003
66 --
77
8 -ALTER TABLE IF EXISTS/*$wgDBprefix*/links
 8+ALTER TABLE IF EXISTS /*$wgDBprefix*/links
99 DROP INDEX l_from,
1010 ADD INDEX l_from (l_from);
1111

Follow-up revisions

RevisionCommit summaryAuthorDate
r64072MFT r64071 to 1.16: typo in SQLmaxsem14:27, 23 March 2010
r64073MFT r64071 to 1.15: typo in SQLmaxsem14:28, 23 March 2010

Status & tagging log