indexes were broken
[lhc/web/wiklou.git] / maintenance / indexes.sql
index 279105c..46dc269 100644 (file)
@@ -28,12 +28,12 @@ ALTER TABLE old
   ADD INDEX usertext_timestamp (old_user_text,inverse_timestamp);
 
 ALTER TABLE links
-  ADD INDEX l_from (l_from (10)),
+  ADD INDEX l_from (l_from),
   ADD INDEX l_to (l_to);
 
 ALTER TABLE brokenlinks
   ADD INDEX bl_from (bl_from),
-  ADD INDEX bl_to (bl_to(10));
+  ADD INDEX bl_to (bl_to);
 
 ALTER TABLE imagelinks
   ADD INDEX il_from (il_from(10)),