sql/Person.sql
[Pman.Core] / UpdateDatabase.php
index fea95ac..7b2f633 100644 (file)
@@ -412,6 +412,7 @@ class Pman_Core_UpdateDatabase extends Pman
                         case 1050: // create tables triggers this..
                         case 1060: //    Duplicate column name
                         case 1061: // Duplicate key name - triggered by add index.. but could hide error. - unlikely though.
+                        case 1091: // drop index -- name does not exist.. might hide errors..
                             
                         case 1054: // Unknown column -- triggered by CHANGE COLUMN - but may hide other errrors..
                             $continue = 1;
@@ -424,8 +425,8 @@ class Pman_Core_UpdateDatabase extends Pman
                     }
                     // real errors...
                     // 1051: // Unknown table -- normally drop = add iff exists..
-                    
-                    print_r(array($line,$matches));exit;
+                    echo "File: $fn\n$line\n";
+                    exit;
                     
                     
                 }