UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Wed, 23 Sep 2015 09:31:20 +0000 (17:31 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Sep 2015 09:31:20 +0000 (17:31 +0800)
UpdateDatabase.php

index aac2b3d..4e410a4 100644 (file)
@@ -341,6 +341,9 @@ class Pman_Core_UpdateDatabase extends Pman
     
     function importmysqldir($dburl, $dir)
     {
+        
+        $this->fixMysqlInnodb(); /// run once 
+        
         echo "Import MYSQL :: $dir\n";