-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
-
None
Michael, this branch adds hot-backup support to test/format; it's not yet ready to pull, though.
However, opening two databases in a single application (test/format opens a second database in order to verify the hot backup, in RUNDIR/BACKUP), triggered a bug in all of our compressors, where we had a static WT_EXTENSION_API reference.
If you open a database, open a second database, then close the second database, the close zero's out the information referenced by the static handle, and then the first database connection fails the next time it uses the extension api handle.
- related to
-
WT-1 placeholder WT-1
- Closed
-
WT-2 What does metadata look like?
- Closed
-
WT-3 What file formats are required?
- Closed
-
WT-4 Flexible cursor traversals
- Closed
-
WT-5 How does pget work: is it necessary?
- Closed
-
WT-6 Complex schema example
- Closed
-
WT-7 Do we need the handle->err/errx methods?
- Closed
-
WT-8 Do we need table load, bulk-load and/or dump methods?
- Closed
-
WT-9 Does adding schema need to be transactional?
- Closed