From: Alan Knowles Date: Wed, 7 Sep 2016 02:22:22 +0000 (+0800) Subject: UpdateDatabase/MysqlEngineCharset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=44d0775e3536a87992434a353ba655527c2c3444 UpdateDatabase/MysqlEngineCharset.php --- diff --git a/UpdateDatabase/MysqlEngineCharset.php b/UpdateDatabase/MysqlEngineCharset.php index 9ccf59e8..45b965fb 100644 --- a/UpdateDatabase/MysqlEngineCharset.php +++ b/UpdateDatabase/MysqlEngineCharset.php @@ -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();