http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90726
Revision: 90726
Author: aaron
Date: 2011-06-24 19:40:09 +0000 (Fri, 24 Jun 2011)
Log Message:
-----------
Backported use of $wgDBTableOptions in sql files for ConfirmAccount (bug 29566)
Modified Paths:
--------------
branches/REL1_16/extensions/ConfirmAccount/ConfirmAccount.sql
branches/REL1_16/extensions/ConfirmAccount/archives/patch-account_credentials.sql
Modified: branches/REL1_16/extensions/ConfirmAccount/ConfirmAccount.sql
===================================================================
--- branches/REL1_16/extensions/ConfirmAccount/ConfirmAccount.sql
2011-06-24 19:35:21 UTC (rev 90725)
+++ branches/REL1_16/extensions/ConfirmAccount/ConfirmAccount.sql
2011-06-24 19:40:09 UTC (rev 90726)
@@ -62,7 +62,7 @@
UNIQUE KEY (acr_email(255)),
INDEX (acr_email_token),
INDEX acr_type_del_reg (acr_type,acr_deleted,acr_registration)
-) TYPE=InnoDB;
+) /*$wgDBTableOptions*/;
-- This stores all of credential information
-- When accounts are confirmed, the identity info goes here
@@ -107,4 +107,4 @@
PRIMARY KEY (acd_user_id,acd_id),
UNIQUE KEY (acd_id)
-) TYPE=InnoDB;
+) /*$wgDBTableOptions*/;
Modified:
branches/REL1_16/extensions/ConfirmAccount/archives/patch-account_credentials.sql
===================================================================
---
branches/REL1_16/extensions/ConfirmAccount/archives/patch-account_credentials.sql
2011-06-24 19:35:21 UTC (rev 90725)
+++
branches/REL1_16/extensions/ConfirmAccount/archives/patch-account_credentials.sql
2011-06-24 19:40:09 UTC (rev 90726)
@@ -48,4 +48,4 @@
PRIMARY KEY (acd_user_id,acd_id),
UNIQUE KEY (acd_id)
-) TYPE=InnoDB;
+) /*$wgDBTableOptions*/;
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs