r90727 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90726‎ | r90727 | r90728 >
Date:19:40, 24 June 2011
Author:aaron
Status:ok
Tags:
Comment:
Backported use of $wgDBTableOptions in sql files for ConfirmAccount (bug 29566)
Modified paths:
  • /branches/REL1_17/extensions/ConfirmAccount/ConfirmAccount.sql (modified) (history)
  • /branches/REL1_17/extensions/ConfirmAccount/archives/patch-account_credentials.sql (modified) (history)

Diff [purge]

Index: branches/REL1_17/extensions/ConfirmAccount/archives/patch-account_credentials.sql
@@ -48,4 +48,4 @@
4949 PRIMARY KEY (acd_user_id,acd_id),
5050 UNIQUE KEY (acd_id)
5151
52 -) TYPE=InnoDB;
 52+) /*$wgDBTableOptions*/;
Index: branches/REL1_17/extensions/ConfirmAccount/ConfirmAccount.sql
@@ -62,7 +62,7 @@
6363 UNIQUE KEY (acr_email(255)),
6464 INDEX (acr_email_token),
6565 INDEX acr_type_del_reg (acr_type,acr_deleted,acr_registration)
66 -) TYPE=InnoDB;
 66+) /*$wgDBTableOptions*/;
6767
6868 -- This stores all of credential information
6969 -- When accounts are confirmed, the identity info goes here
@@ -107,4 +107,4 @@
108108 PRIMARY KEY (acd_user_id,acd_id),
109109 UNIQUE KEY (acd_id)
110110
111 -) TYPE=InnoDB;
 111+) /*$wgDBTableOptions*/;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90726Backported use of $wgDBTableOptions in sql files for ConfirmAccount (bug 29566)aaron19:40, 24 June 2011

Status & tagging log