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

index 7441e4f..e400164 100644 (file)
@@ -736,12 +736,7 @@ class Pman_Core_UpdateDatabase extends Pman
         var_dump($db);
         // Value should == ON
         
-        // I think it needs to look in the mysql directory.... to see if the idb exists..
-        $db = DB_DataObject::factory('core_enum');
-        $db->query("SHOW TABLE STATUS");
-        // Engine should be InnoDB - and file XXX.idb should exist...
-        
-        
+        $done_cehck;