Differences From:
File
src/rebuild.c
part of check-in
[791a513c28]
- Improvements to clone performance. Skip cross-linking during the clone
the automatically rebuild after the clone. Fixes to rebuild to make sure
all artifacts are crosslinked.
by
drh on
2008-05-18 17:18:41.
[view]
To:
File
src/rebuild.c
part of check-in
[a48474bc75]
- Improvements to the shunning algorithm. Add the shun page and an
opportunity to shun or unshun artifacts in the artifact viewer.
by
drh on
2008-05-29 01:58:15.
[view]
@@ -187,8 +187,9 @@
free(zTable);
}
db_multi_exec(zRepositorySchema2);
ticket_create_table(0);
+ shun_artifacts();
db_multi_exec(
"INSERT INTO unclustered"
" SELECT rid FROM blob EXCEPT SELECT rid FROM private"