]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If SQLITE_ENABLE_STMT_SCANSTATUS is defined, record the number of times each VDBE...
authordan <dan@noemail.net>
Sat, 1 Nov 2014 20:38:06 +0000 (20:38 +0000)
committerdan <dan@noemail.net>
Sat, 1 Nov 2014 20:38:06 +0000 (20:38 +0000)
commit6f9702ed4dd4a6312e8a4e4ec9ae174d931298c8
tree1465f7316faadd4e66f93510182aaab26e577851
parent89e71646df320b5ff107f618169227c5c7cac8eb
If SQLITE_ENABLE_STMT_SCANSTATUS is defined, record the number of times each VDBE opcode is executed. Derive the values returned by sqlite3_stmt_scanstatus() from these records on demand.

FossilOrigin-Name: 9ea37422a8cc2fce51bb10508e5e90f40fd4b511
manifest
manifest.uuid
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/where.c
src/whereInt.h
test/scanstatus.test