Differences From:
File
src/clone.c
part of check-in
[243e02bfbd]
- Improvements to cloning performance.
by
drh on
2008-05-18 15:51:05.
[view]
To:
File
src/clone.c
part of check-in
[28e56282c9]
- Finish implementing the configuration command by adding method implementations
for "import", "reset", and "pull".
by
drh on
2008-05-23 19:21:03.
[view]
@@ -76,9 +76,9 @@
db_finalize(&q);
}else{
url_enable_proxy(0);
g.xlinkClusterOnly = 1;
- client_sync(0,0,1);
+ client_sync(0,0,1,CONFIGSET_ALL);
g.xlinkClusterOnly = 0;
}
verify_cancel();
db_end_transaction(0);