]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_FCNTL_TRACE file control and generate it for OP_Trace
authordrh <drh@noemail.net>
Fri, 18 Oct 2013 20:03:43 +0000 (20:03 +0000)
committerdrh <drh@noemail.net>
Fri, 18 Oct 2013 20:03:43 +0000 (20:03 +0000)
commit8f8b2312394426f18008e05be2c109c5f5aac0b2
treee721f94153d6dbc5226997a7af0d16562eee7a4e
parent06d6efb66155e41b303d151bebfad9cab9532ccc
Add the SQLITE_FCNTL_TRACE file control and generate it for OP_Trace
when compiled with SQLITE_USE_FCNTL_TRACE.  Update vfslog.c to make
use of the new file control.  Also update vfslog.c to log UNLOCK events
before the fact, rather than afterwards.

FossilOrigin-Name: e801f35a96d861a1e5f223655af4c8a6a7e356bc
ext/misc/vfslog.c
manifest
manifest.uuid
src/sqlite.h.in
src/vdbe.c