UpdateDatabase/MysqlEngineCharset.php
[Pman.Core] / UpdateDatabase / MysqlEngineCharset.php
index 8af4200..55fd0f2 100644 (file)
@@ -137,7 +137,9 @@ class Pman_Core_UpdateDatabase_MysqlEngineCharset {
                     table_name = '{$tbl}'
             ");
 
-            $ce->fetch();
+            if (!$ce->fetch()) {
+                continue;
+            }
             
             if($ce->engine == 'InnoDB' ){
                 echo "InnoDB: SKIP $tbl\n";