]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add an sqlite3_db_config() option - SQLITE_DBCONFIG_STMT_SCANSTATS - for enabling...
authordan <Dan Kennedy>
Tue, 28 Feb 2023 19:39:59 +0000 (19:39 +0000)
committerdan <Dan Kennedy>
Tue, 28 Feb 2023 19:39:59 +0000 (19:39 +0000)
commit45163fc45e138c5af15b24ea88c31c8b54581cec
tree39cc1ba9dea6eb92d17a11c3cf0de5b2bca2a8f4
parent4990fc84f1586662caab919ad8eadc052f668572
Add an sqlite3_db_config() option - SQLITE_DBCONFIG_STMT_SCANSTATS - for enabling and disabling the collection of sqlite3_stmt_scanstats() statistics in SQLITE_ENABLE_STMT_SCANSTATUS builds. Collection of statistics is disabled by default.

FossilOrigin-Name: 0f5579bef27b84ee855065cfe87703c51e1f9773906a9e0d4e4dafc90bd0e553
14 files changed:
manifest
manifest.uuid
src/global.c
src/main.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/vdbe.c
src/vdbeaux.c
src/where.c
src/wherecode.c
test/scanstatus.test
test/scanstatus2.test