UpdateDatabase/MysqlEngineCharset.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Sep 2016 02:22:22 +0000 (10:22 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Sep 2016 02:22:22 +0000 (10:22 +0800)
UpdateDatabase/MysqlEngineCharset.php

index 9ccf59e..45b965f 100644 (file)
@@ -14,7 +14,10 @@ class Pman_Core_UpdateDatabase_MysqlEngineCharset {
     {
           
         $this->loadIniFiles(); //?? shared???
-        $this->updateEngine(); // update the engine first - get's around 1000 character limit on indexes..cd 
+        
+        // update the engine first - get's around 1000 character limit on indexes..cd
+        // however - Innodb does not support fulltext indexes, so this may fail...
+        $this->updateEngine(); 
         
         $this->updateCharacterSet();