From: Alan Knowles Date: Wed, 3 Oct 2018 03:15:38 +0000 (+0800) Subject: UpdateDatabase/MysqlEngineCharset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f453b1150ec58d676e7ce2a005041ff62927e667 UpdateDatabase/MysqlEngineCharset.php --- diff --git a/UpdateDatabase/MysqlEngineCharset.php b/UpdateDatabase/MysqlEngineCharset.php index 12364422..0d3d872f 100644 --- a/UpdateDatabase/MysqlEngineCharset.php +++ b/UpdateDatabase/MysqlEngineCharset.php @@ -169,6 +169,8 @@ class Pman_Core_UpdateDatabase_MysqlEngineCharset { continue; } + // should really determine if we are running in cluster ready ... + // this used to be utf8_unicode_ci //as the default collation for stored procedure parameters is utf8_general_ci and you can't mix collations.