UpdateDatabase/MysqlLinks.php
authorAlan Knowles <alan@roojs.com>
Thu, 17 Dec 2015 06:11:39 +0000 (14:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 17 Dec 2015 06:11:39 +0000 (14:11 +0800)
UpdateDatabase/MysqlLinks.php

index 5141bf9..d4721b7 100644 (file)
@@ -478,6 +478,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
                 echo "$tbl is Already utf8 \n";
                 continue;
             }
+            //as the default collation for stored procedure parameters is utf8_general_ci and you can't mix collations.
             
             $ce = DB_DataObject::factory('core_enum');
             $ce->query("ALTER TABLE {$tbl} CONVERT TO CHARACTER SET  utf8 COLLATE utf8_general_ci");