2018-01-23 14:01:51
— part of check-in
[b3122db154]
on branch trunk
— In SQLITE_ENABLE_BATCH_ATOMIC_WRITE builds on F2FS file-systems, invoke
SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE if an SQLITE_FCNTL_COMMIT_ATOMIC_WRITE call
fails. Also, do not use an atomic transaction to create the initial database.
This is because if an error occurs while writing to the db file, any changes
to the file-size do not seem to be rolled back automatically. The only time
this matters is when the file was 0 bytes in size to start with.
(user:
dan
size: 15072)
2018-01-24 15:02:53
— part of check-in
[6ef3de810d]
on branch memdb
— Merge changes from trunk.
(user:
drh
size: 15072)
2018-02-02 08:14:21
— part of check-in
[22a228edad]
on branch branch-3.19
— In SQLITE_ENABLE_BATCH_ATOMIC_WRITE builds on F2FS file-systems, invoke
SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE if an SQLITE_FCNTL_COMMIT_ATOMIC_WRITE call
fails. Also, do not use an atomic transaction to create the initial database.
This is because if an error occurs while writing to the db file, any changes
to the file-size do not seem to be rolled back automatically. The only time
this matters is when the file was 0 bytes in size to start with. Cherrypick of
[b3122db154].
(user:
dan
size: 15072)
2018-03-02 17:40:23
— part of check-in
[36801effa9]
on branch begin-concurrent
— Merge latest trunk changes into this branch.
(user:
dan
size: 15072)
2018-03-02 18:26:50
— part of check-in
[8ade94ba67]
on branch begin-concurrent-pnu
— Merge latest changes from begin-concurrent into this branch.
(user:
dan
size: 15072)
2018-03-28 15:41:57
— part of check-in
[df52e89fff]
on branch server-process-edition
— Update this branch with latest trunk changes.
(user:
dan
size: 15072)
2018-10-08 18:58:51
— part of check-in
[2ac72114a1]
on branch reuse-schema
— Merge latest trunk changes into this branch.
(user:
dan
size: 15072)
2018-12-01 20:14:06
— part of check-in
[7a44fa5a35]
on branch wal2
— Sync this branch with the latest trunk.
(user:
dan
size: 15072)