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

index 3a9bbcc..354f65f 100644 (file)
@@ -164,6 +164,11 @@ class Pman_Core_UpdateDatabase_MysqlEngineCharset {
                 echo "InnoDB: SKIP $tbl\n";
                 continue;
             }
+            if($ce->engine == 'NDB' ){
+                echo "InnoDB: SKIP $tbl\n";
+                continue;
+            }
+            
             // 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.