]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_experimental_log_open() interface. This is for diagnostic
authordrh <drh@noemail.net>
Mon, 10 Aug 2015 20:22:07 +0000 (20:22 +0000)
committerdrh <drh@noemail.net>
Mon, 10 Aug 2015 20:22:07 +0000 (20:22 +0000)
commit46f0bd620d47298dbd8553ef32a9ba054bed092d
tree6cf621113b8fe571dea6fd5fe110bcb9be8bf86c
parentaa2cdca33e869681f736165ce29e97be7815e805
Add the sqlite3_experimental_log_open() interface.  This is for diagnostic
use only and is not intended to ever go on trunk.

FossilOrigin-Name: ac5d2e9d760bb376e828e3d39ee070b567e59d58
12 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/btreeInt.h
src/main.c
src/pager.c
src/pager.h
src/shell.c
src/sqlite.h.in
src/sqliteInt.h
src/vdbe.c