]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Have sqlite3_stmt_scanstatus_v2() return an NCYCLE value for all loops, not just...
authordan <Dan Kennedy>
Tue, 6 Dec 2022 18:48:06 +0000 (18:48 +0000)
committerdan <Dan Kennedy>
Tue, 6 Dec 2022 18:48:06 +0000 (18:48 +0000)
commit2adb309ead2d8a794a65b374c76d7c7246c95a69
tree7e4ac3759204911059080161acf79085e29dc942
parent29226fc023767ddbb078ae37b64e1a4d8accf111
Have sqlite3_stmt_scanstatus_v2() return an NCYCLE value for all loops, not just virtual tables ones. The value returned is the sum of the NCYCLE counts for the various opcodes that move or read data from the table or index cursor associated with the loop.

FossilOrigin-Name: 9499b2f51e8174c6b8a67840c92ba23b7dd1dc8dc2b91fca0c5dc07b71662149
manifest
manifest.uuid
src/vdbe.c
src/vdbeapi.c
src/wherecode.c
test/scanstatus2.test
tool/mkopcodeh.tcl