]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The VDBE cycle counts for the sqlite3_progress_handler() callback are now cumulative-progress-count
authordrh <drh@noemail.net>
Tue, 21 Feb 2017 14:04:40 +0000 (14:04 +0000)
committerdrh <drh@noemail.net>
Tue, 21 Feb 2017 14:04:40 +0000 (14:04 +0000)
commit23448eb9f418409472a17ebf637bc627520cf511
tree2b773275826141438d14c0c41c4c5f71306ebc12
parent4689956b9e0dfad404a0b103d7903b8cbfddb48f
The VDBE cycle counts for the sqlite3_progress_handler() callback are now
cumulative.  Leftovers from the previous statement are applied to the next
statement.

FossilOrigin-Name: 7a62fc6abcfe1459123c09eae48976dadaa2d4b3
manifest
manifest.uuid
src/sqliteInt.h
src/vdbe.c