Process/FixMysqlCharset.php
authorAlan <alan@roojs.com>
Wed, 23 Aug 2023 02:36:24 +0000 (10:36 +0800)
committerAlan <alan@roojs.com>
Wed, 23 Aug 2023 02:36:24 +0000 (10:36 +0800)
Process/FixMysqlCharset.php

index 6f4a8ab..bd4f720 100644 (file)
@@ -107,7 +107,7 @@ class Pman_Core_Process_FixMysqlCharset extends Pman_Core_Cli {
     {
         
         $t = DB_DataObject::factory($tbl);
-        //DB_DataObject::debugLevel(1);
+         DB_DataObject::debugLevel(1);
         $t->query("SHOW TRIGGERS FROM {$t->databaseNickname()} where `table` = '{$tbl}'");
         $this->triggers = array();
         while ($t->fetch()) {
@@ -146,7 +146,7 @@ class Pman_Core_Process_FixMysqlCharset extends Pman_Core_Cli {
             
             
         }
-        exit;
+        
     }