Diff
Not logged in

Differences From:

File src/rebuild.c part of check-in [ba486fec5a] - Add the unclustered table and the M lines to manifests. Process clusters in manifest_parse and manifest_crossref. The xfer process still does not yet use clusters though so it is still compatible. But that is about to change. by drh on 2007-09-03 01:28:57. [view]

To:

File src/rebuild.c part of check-in [e1c1877c99] - Sync using clusters appears to work. More testing is needed before we go live. by drh on 2007-09-08 16:01:28. Also file src/rebuild.c part of check-in [bbcb6326c9] - Pulled in the navbar and timeline changes. by aku on 2007-09-17 00:58:51. [view]

@@ -67,9 +67,9 @@
       content_get(rid, &content);
       manifest_crosslink(rid, &content);
       blob_reset(&content);
     }else{
-      db_multi_exec("INSERT INTO phantom VALUES(%d)", rid);
+      db_multi_exec("INSERT OR IGNORE INTO phantom VALUES(%d)", rid);
     }
   }
   return errCnt;
 }