Diff
Not logged in

Differences From:

File src/rebuild.c part of check-in [d0fc1ad062] - Fix the "rebuild" command so that it works in an open check-out without having to specify the repository and so that it accepts the -R option. by drh on 2009-08-22 19:27:56. [view]

To:

File src/rebuild.c part of check-in [4c37130fde] - Various small performance enhancements. by drh on 2009-08-27 18:33:43. [view]

@@ -207,8 +207,9 @@
 
   bag_init(&bagDone);
   ttyOutput = doOut;
   processCnt = 0;
+  printf("0 (0%%)...\r"); fflush(stdout);
   db_multi_exec(zSchemaUpdates);
   for(;;){
     zTable = db_text(0,
        "SELECT name FROM sqlite_master"