| Commit message (Collapse) | Author | Age |
... | |
|\
| |
| | |
FossilOrigin-Name: ad3daa5427672d2d236939ad3285b765f4601801
|
| |
| |
| |
| |
| | |
the sqlite3_file pointer associated with a rollback journal or WAL file.
FossilOrigin-Name: a02ace9a746ff02fc1a5969bf13939b568624f93
|
| |
| |
| |
| |
| | |
not being computed until commit due to WAL overwrite.
FossilOrigin-Name: 1f44a9bdc1577aed088d9b91882527228015dcd3
|
| |
| |
| | |
FossilOrigin-Name: e83d3a2a4e06665e8a056f63063bd6df03f063b9
|
| |
| |
| |
| |
| |
| | |
because a ROLLBACK TO will cause all reverted pages to be rewritten to the
WAL file prior to COMMIT.
FossilOrigin-Name: 99b31a6b491c1c51227f478d3713b020d37a17cf
|
| |
| |
| |
| |
| | |
skip calculating checksums when appending frames to the wal file. When recalculating checksums, recalculate them starting with the first overwritten frame - not the first frame in the transaction.
FossilOrigin-Name: 16b34f2537bbc7846d8e6dc2b35daae5af241c1b
|
|/
|
|
|
| |
subsequent copy overwrite the original frame.
FossilOrigin-Name: 5d113aef2c7d746e8eda88d4e36c04a39b0a11be
|
|
|
|
|
| |
sqlite3WalBeginReadTrans().
FossilOrigin-Name: d8a12023be32bdc6df18b0a5f38b917799854342
|
|
|
| |
FossilOrigin-Name: 93fb8010e4999b6b832d63a7c5a152f65d4415a3
|
|
|
| |
FossilOrigin-Name: 767ee30efa5dd469e3a51d4e44cbe473061819b9
|
|
|
| |
FossilOrigin-Name: ef51a398a04963508389ffe2f9d8359c1ec48261
|
|
|
|
|
| |
fails to obtain the shared checkpointer lock.
FossilOrigin-Name: 5343060bcc6c99029f731f8020d2cba3f405f207
|
|
|
|
|
| |
CHECKPOINTER lock while checking pInfo->nBackfillAttempted.
FossilOrigin-Name: 8084eae0bc4f6513b1147fb890a6b2813f1c0a09
|
|
|
| |
FossilOrigin-Name: 3a18526fc2253658dad84c5e600481c8a62efe40
|
|
|
|
|
| |
use that field to close the race condition on opening a snapshot.
FossilOrigin-Name: cb68e9d0738fc7db7316947b4d2aab91aae819f2
|
|
|
|
|
| |
snapshot created by a checkpointer process exiting unexpectedly.
FossilOrigin-Name: 7315f7cbf4179aadda0f1a0baa1526a9b9f9729f
|
|
|
| |
FossilOrigin-Name: 502cc6f353358946080d9bcd335aed526825b88a
|
|
|
|
|
| |
_open() and _free().
FossilOrigin-Name: 0715eb00aa8891400cd50a15509d3d7b13789626
|
|
|
|
|
| |
missed during the [e1d5320ca08933] check-in.
FossilOrigin-Name: 58c15c6af964563ac7ece8606d16730ccf9ee72b
|
|
|
| |
FossilOrigin-Name: 8d2ed150a7a15626965cf994ef48c3ab61eca6ec
|
|
|
|
|
| |
already checkpointed when the snapshot being read was at the head of the wal file.
FossilOrigin-Name: 90760e72327eb0593cbfa6d7058b554198cd8044
|
|
|
| |
FossilOrigin-Name: 5669ac4a40429abc3f44540fc9d2f3b79b404bdf
|
|
|
| |
FossilOrigin-Name: 01c8b9ccfa0f336dfead7c004de3de571753f707
|
|
|
| |
FossilOrigin-Name: 2288842b8f191ff05a157db7f77af867bfa83c4f
|
|
|
| |
FossilOrigin-Name: 110cd84f5e842c4dcd9b9398cea211e25f36b3aa
|
|
|
| |
FossilOrigin-Name: 48f553b05c05373c0af4b9c3a542979db3a2ee19
|
|
|
| |
FossilOrigin-Name: bc33af866403c23d548dd4705675315810d52d7f
|
|
|
|
|
| |
to the OS to fix priority inversions.
FossilOrigin-Name: c6e6d5f4e06c3ac0bfb620c0c728fbc7230c4a02
|
|
|
|
|
| |
connections and truncate the database file as required even if the entire wal file has already been checkpointed.
FossilOrigin-Name: 53429689d4fcf472edbc89cc50b5e69ba3270634
|
|
|
| |
FossilOrigin-Name: 95ce20348d9b868a0407adccdb222a0e4c762945
|
|
|
|
|
| |
opcode.
FossilOrigin-Name: 7475b90c558157802b036162376fceacc1b9ab4a
|
|
|
| |
FossilOrigin-Name: b2da8afc7657266fbe8e683c6e50fe18216cbcf3
|
|
|
|
|
| |
sqlite3_randomness() before waiting on or checking for wal file readers. This restores the behaviour exhibited by the trunk.
FossilOrigin-Name: 6ee08769f0ffbb3d620c66b89180ece7782dc820
|
|
|
| |
FossilOrigin-Name: 8e20a43419e46b6b9d1f60ec7ea420bbfb3ef358
|
|
|
|
|
|
| |
Fix the ANALYZE command so that it resets the "unordered" and "noskipscan"
flags on indices when reloading the sqlite_stat1 table.
FossilOrigin-Name: 9ed97a85feee6593faefa2b54cc4cf9a60f515f9
|
|
|
|
|
| |
ROLLBACK, as long as the schema is unchanged.
FossilOrigin-Name: fa6e6a9ae276cad60e9a4abc1bc23cf2809ea786
|
|
|
|
|
|
| |
buffer is used per thread. Use the generic heap memory allocator for the
WalIterator object when running a checkpoint.
FossilOrigin-Name: 391c9b85abcb5ba300fb2e116384639310c69ed2
|
|
|
| |
FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
|
|
|
| |
FossilOrigin-Name: 2aeacf81df92b4fe5d1825c1dc1cd176b8af8bd9
|
|
|
|
|
| |
file-control is used to clear the power-safe overwrite flag, extra padding frames are added to the WAL file.
FossilOrigin-Name: 48c821fd97a8f03757c90560c37a46bd0843570e
|
|
|
|
|
| |
set when calling sqlite3OsSync().
FossilOrigin-Name: e3b79e920c298a39613631d689d1a2f182d00496
|
|
|
|
|
| |
read-transaction cannot be upgraded to a write-transaction because it is reading from a snapshot other than the most recently committed.
FossilOrigin-Name: 361c22969aa75340ed696e00e3dc5d17d5493bee
|
|
|
|
|
|
|
| |
sqlite3_log(). Add new extended error codes SQLITE_NOTICE_RECOVER_WAL and
SQLITE_NOTICE_RECOVER_ROLLBACK to use with sqlite3_log() messages that occur
on each recovery.
FossilOrigin-Name: be7d2c5482c41baf000d7fb5dccc31b974e91064
|
|
|
| |
FossilOrigin-Name: a1040f0397d57855500926494c978623286ddc77
|
|
|
| |
FossilOrigin-Name: 83fc48d16572443373e5de62adbd4cd53c2f7786
|
|
|
|
|
| |
sqlite3_io_methods.xFetch and xUnfetch.
FossilOrigin-Name: 1431be95579160fb70408d43e17fc23c7b69ab4a
|
|
|
| |
FossilOrigin-Name: 60b9f5e4dd2af54975ba78437239f0bebd472fd2
|
|
|
| |
FossilOrigin-Name: d190ddabc386bc9654b99e33fb81b2f6e67b54d6
|
|
|
| |
FossilOrigin-Name: 8745530b9a877db77fe2ca3ea9c6bc99ce033055
|
|
|
|
|
| |
defined as between 2^5 and 2^16 bytes) before using it to calculate the amount of padding to add to a wal file.
FossilOrigin-Name: 6b4ff83bff07d427af585c9fd03be90abf2fc82f
|