Index: trunk/phase3/maintenance/archives/patch-indexes.sql |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | -- Fix up table indexes; new to stable release in November 2003 |
6 | 6 | -- |
7 | 7 | |
8 | | -ALTER TABLE IF EXISTS/*$wgDBprefix*/links |
| 8 | +ALTER TABLE IF EXISTS /*$wgDBprefix*/links |
9 | 9 | DROP INDEX l_from, |
10 | 10 | ADD INDEX l_from (l_from); |
11 | 11 | |