aboutsummaryrefslogtreecommitdiff
path: root/src/global.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2010-02-18 18:45:09 +0000
committerdrh <drh@noemail.net>2010-02-18 18:45:09 +0000
commit3f280701095c788a830a80927cc0af9ae9cfd036 (patch)
tree9aa692e812c44c2b080c825644807352b9afdffa /src/global.c
parentda730f6eb4e1df1b844b8c0cb0b68f3389a37960 (diff)
downloadsqlite-3f280701095c788a830a80927cc0af9ae9cfd036.tar.gz
sqlite-3f280701095c788a830a80927cc0af9ae9cfd036.zip
Add a new, experimental logging interface designed to aid in debugging of
deeply embedded projects that use SQLite. FossilOrigin-Name: 103321e37ae46eacfad4e127d13477ad5dd02bab
Diffstat (limited to 'src/global.c')
-rw-r--r--src/global.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global.c b/src/global.c
index bdfd1ff29..673a274cc 100644
--- a/src/global.c
+++ b/src/global.c
@@ -164,6 +164,8 @@ SQLITE_WSD struct Sqlite3Config sqlite3Config = {
0, /* isPCacheInit */
0, /* pInitMutex */
0, /* nRefInitMutex */
+ 0, /* xLog */
+ 0, /* pLogArg */
};