r99180 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99179‎ | r99180 | r99181 >
Date:01:15, 7 October 2011
Author:aaron
Status:ok
Tags:
Comment:
Use $wgDBTableOptions instead of hard-coded deprecated ENGINE parameter
Modified paths:
  • /branches/REL1_17/extensions/CheckUser/cu_changes.sql (modified) (history)

Diff [purge]

Index: branches/REL1_17/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*/;

Status & tagging log