From: jenkins-bot Date: Mon, 24 Sep 2018 22:12:55 +0000 (+0000) Subject: Merge "Use binary charset in default table options" X-Git-Tag: 1.34.0-rc.0~3999 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=6d4f11c2e3de50b41bd6df0bce125f0800c6d991;hp=b495d51657d5b488c23f82650615443215339232;p=lhc%2Fweb%2Fwiklou.git Merge "Use binary charset in default table options" --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8c15e2735c..96d2e22a8f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1931,7 +1931,7 @@ $wgDBprefix = ''; /** * MySQL table options to use during installation or update */ -$wgDBTableOptions = 'ENGINE=InnoDB'; +$wgDBTableOptions = 'ENGINE=InnoDB, DEFAULT CHARSET=binary'; /** * SQL Mode - default is turning off all modes, including strict, if set.