dan
|
9c5e3680df
|
Change blocking-checkpoint tests so that they run once using "PRAGMA wal_checkpoint" and once using calls to sqlite3_wal_checkpoint_v2(). Also fix edge cases surrounding the output variables set by wal_checkpoint_v2().
FossilOrigin-Name: 5a4b6652cf3780ffed6fe0fe669e8090b0b71e81
|
2011-02-07 15:12:12 +00:00 |
|
dan
|
24cd616ed8
|
Add file test/tt3_checkpoint.c that adds a multi-threaded test for blocking checkpoints to threadtest3.
FossilOrigin-Name: 648dd157ef3b7b790764698fd4dd7107c25212c9
|
2010-11-19 09:58:11 +00:00 |
|
dan
|
08756372d0
|
Add extra test cases for blocking checkpoints.
FossilOrigin-Name: ac348ae25cb0239dc525bb473cc83cdb1b3de205
|
2010-11-19 07:17:09 +00:00 |
|
dan
|
f2b8dd588d
|
Fixes for SQLITE_BUSY handling in blocking checkpoint code.
FossilOrigin-Name: 4c663a4dcc77e00558edd94f58410605b95db33a
|
2010-11-18 19:28:01 +00:00 |
|
dan
|
7e0454fc72
|
Merge with latest trunk changes.
FossilOrigin-Name: e376480f0855c598c91529abacbd73e31d9f4713
|
2010-11-18 16:32:53 +00:00 |
|
dan
|
cdc1f049bf
|
Modify the interface to the blocking wal-checkpoint functionality.
FossilOrigin-Name: 72787c010c8944e8fcf9c98aa4482f129142d8e9
|
2010-11-18 12:11:05 +00:00 |
|
dan
|
a58f26f93f
|
Add experimental command "PRAGMA wal_blocking_checkpoint", which uses the busy-handler to block until all readers have finished in order to ensure the next writer will be able to wrap around to the start of the log file.
FossilOrigin-Name: 7e3fc2c833a5baa08820c499867b6902bdc2ed5a
|
2010-11-16 18:56:51 +00:00 |
|