r23791 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23790‎ | r23791 | r23792 >
Date:15:57, 6 July 2007
Author:brion
Status:old
Tags:
Comment:
it works better when you use the right name for the index you're dropping ;)
Modified paths:
  • /trunk/extensions/CheckUser/archives/patch-cu_changes_indexes.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/archives/patch-cu_changes_indexes.sql
@@ -5,7 +5,7 @@
66 ALTER TABLE /*$wgDBprefix*/cu_changes
77 DROP INDEX cuc_ip_hex,
88 DROP INDEX cuc_user,
9 - DROP INDEX cuc_xff,
 9+ DROP INDEX cuc_xff_hex,
1010 ADD INDEX cuc_ip_hex_time (cuc_ip_hex,cuc_timestamp),
1111 ADD INDEX cuc_user_time (cuc_user,cuc_timestamp),
1212 ADD INDEX cuc_xff_hex_time (cuc_xff_hex,cuc_timestamp);

Status & tagging log