r82171 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82170‎ | r82171 | r82172 >
Date:16:47, 15 February 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Don't hard code DB Prefix stuff
Modified paths:
  • /trunk/extensions/CheckUser/cu_changes.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/cu_changes.sql
@@ -56,4 +56,4 @@
5757 INDEX cuc_user_ip_time (cuc_user,cuc_ip,cuc_timestamp),
5858 INDEX cuc_xff_hex_time (cuc_xff_hex,cuc_timestamp),
5959 INDEX (cuc_timestamp)
60 -) TYPE=InnoDB;
 60+) /*$wgDBTableOptions*/;

Comments

#Comment by Reedy (talk | contribs)   18:34, 15 February 2011

DB Table option stuff, even.

Status & tagging log