]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a new xShmBarrier method to the VFS - a shared-memory fence operation.
authordrh <drh@noemail.net>
Thu, 20 May 2010 23:51:06 +0000 (23:51 +0000)
committerdrh <drh@noemail.net>
Thu, 20 May 2010 23:51:06 +0000 (23:51 +0000)
commit286a28849332e8e32e711fe4fd0c49936978a839
treea29adbe424bbeaa857181ce2df1a5fde7ecab940
parent7e263728f2af62e2eca639c1a7bd0e2985295c10
Add a new xShmBarrier method to the VFS - a shared-memory fence operation.
Implement the same in both unix and win32.  Use it to make the WAL subsystem
more robust.

FossilOrigin-Name: 1bd011c9fed5ef29fb616b4d0a52df3b82221b1f
14 files changed:
manifest
manifest.uuid
src/os.c
src/os.h
src/os_unix.c
src/os_win.c
src/sqlite.h.in
src/test6.c
src/test_devsym.c
src/test_onefile.c
src/test_osinst.c
src/test_vfs.c
src/wal.c
test/wal2.test