Fossil SCM

Do not build clusters following an incremental import.

drh 2011-03-01 22:14 trunk
Commit 769e3d8e56a30ff3be094cbf0c770200fc39c454
1 file changed +1 -1
+1 -1
--- src/import.c
+++ src/import.c
@@ -743,11 +743,11 @@
743743
}
744744
db_finalize(&q);
745745
db_end_transaction(0);
746746
db_begin_transaction();
747747
printf("Rebuilding repository meta-data...\n");
748
- rebuild_db(0, 1, 1);
748
+ rebuild_db(0, 1, !incrFlag);
749749
verify_cancel();
750750
db_end_transaction(0);
751751
printf("Vacuuming..."); fflush(stdout);
752752
db_multi_exec("VACUUM");
753753
printf(" ok\n");
754754
--- src/import.c
+++ src/import.c
@@ -743,11 +743,11 @@
743 }
744 db_finalize(&q);
745 db_end_transaction(0);
746 db_begin_transaction();
747 printf("Rebuilding repository meta-data...\n");
748 rebuild_db(0, 1, 1);
749 verify_cancel();
750 db_end_transaction(0);
751 printf("Vacuuming..."); fflush(stdout);
752 db_multi_exec("VACUUM");
753 printf(" ok\n");
754
--- src/import.c
+++ src/import.c
@@ -743,11 +743,11 @@
743 }
744 db_finalize(&q);
745 db_end_transaction(0);
746 db_begin_transaction();
747 printf("Rebuilding repository meta-data...\n");
748 rebuild_db(0, 1, !incrFlag);
749 verify_cancel();
750 db_end_transaction(0);
751 printf("Vacuuming..."); fflush(stdout);
752 db_multi_exec("VACUUM");
753 printf(" ok\n");
754

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button