Differences From:
File
src/xfer.c
part of check-in
[0600b278c0]
- Remove the unused inherit-anon configuration attribute. Fix the automatic
redirect that follows a login operation. Fix "config push user" on the
server side.
by
drh on
2008-10-26 21:30:23.
[view]
To:
File
src/xfer.c
part of check-in
[72959c415e]
- Fix a bug in the cluster creater. The bug prevents clusters from being
created correctly when there are phantom artifacts.
by
drh on
2008-11-19 22:44:23.
[view]
@@ -431,9 +431,9 @@
}
blob_zero(&cluster);
db_prepare(&q, "SELECT uuid FROM unclustered, blob"
" WHERE NOT EXISTS(SELECT 1 FROM phantom"
- " WHERE rid!=unclustered.rid)"
+ " WHERE rid=unclustered.rid)"
" AND unclustered.rid=blob.rid"
" AND NOT EXISTS(SELECT 1 FROM shun WHERE uuid=blob.uuid)"
" ORDER BY 1");
while( db_step(&q)==SQLITE_ROW ){