Differences From:
File
src/construct.c
part of check-in
[fc95255785]
- Added implementations for the methods "deconstruct", and "construct".
by
aku on
2007-08-29 02:46:41.
[view]
To:
File
src/construct.c
part of check-in
[ce1c1a2907]
- Add the --randomize parameter to the rebuild command. Used for
testing.
by
drh on
2007-09-21 18:33:13.
[view]
@@ -155,9 +155,9 @@
printf("imported: %d %s\n", fileCnt, fileCnt == 1 ?
"file" : "files");
/* Finalize the repository, rebuild the derived tables */
- errCnt = rebuild_db ();
+ errCnt = rebuild_db(0);
if( errCnt ){
printf("%d %s. Rolling back changes.\n", errCnt, errCnt == 1 ?
"error" : "errors");