Index: engines/schema_mysql.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/schema/engines/schema_mysql.inc,v
retrieving revision 1.13.2.2
diff -u -p -r1.13.2.2 schema_mysql.inc
--- engines/schema_mysql.inc	16 Feb 2008 03:55:29 -0000	1.13.2.2
+++ engines/schema_mysql.inc	14 Oct 2008 13:02:16 -0000
@@ -147,9 +147,9 @@ function schema_mysql_inspect($name = NU
   while ($r = db_fetch_array($res)) {
     $r['TABLE_NAME'] = schema_unprefix_table($r['TABLE_NAME']);
     // Ignore tables not in Drupal's schema.
-    if (!isset($schema[$r['TABLE_NAME']])) {
-      continue;
-    }
+    //if (!isset($schema[$r['TABLE_NAME']])) {
+    //  continue;
+    //}
 
     $numeric = !is_null($r['NUMERIC_SCALE']);
     $col = array();
