Differences From:
File
src/manifest.c
part of check-in
[95f5520a09]
- Construct event records for tickets correctly even when the ticket change
artifacts arrive out of order.
by
drh on
2009-09-14 14:08:35.
[view]
To:
File
src/manifest.c
part of check-in
[2a069086e9]
- Make sure the manifest_crosslink_begin/end pair can be called multiple times.
by
drh on
2009-09-14 14:10:49.
[view]
@@ -912,8 +912,9 @@
const char *zUuid = db_column_text(&q, 0);
ticket_rebuild_entry(zUuid);
}
db_finalize(&q);
+ db_multi_exec("DROP TABLE pending_tkt");
db_end_transaction(0);
manifest_crosslink_busy = 0;
}