sqlite3: add option for batch-atomic write support
authorJan Hoffmann <jan@3e8.eu>
Thu, 4 Feb 2021 19:41:50 +0000 (20:41 +0100)
committerTianling Shen <cnsztl@immortalwrt.org>
Fri, 25 Nov 2022 10:28:41 +0000 (18:28 +0800)
commitf67e32b5ccfdbd13071b273d668ab02ce806b578
treec36ef682c7b93e1d5fbb125d4e599ec9c51eaa90
parentf5c810b90b399914e3071d14b15be6929ec43041
sqlite3: add option for batch-atomic write support

This allows to build SQLite with support for the batch-atomic write
optimization. It makes use of atomic write support provided by the
underlying file system. Currently, this is only supported on F2FS. It
it does not work with overlayfs.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
(cherry picked from commit 4bc7ba7fe82563dd64db57317c52824039ab8209)
libs/sqlite3/Config-lib.in
libs/sqlite3/Makefile