UpdateDatabase/MysqlEngineCharset.php
authorAlan Knowles <alan@roojs.com>
Wed, 3 Oct 2018 03:15:38 +0000 (11:15 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Oct 2018 03:15:38 +0000 (11:15 +0800)
UpdateDatabase/MysqlEngineCharset.php

index 1236442..0d3d872 100644 (file)
@@ -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.