1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-23 11:22:09 +03:00

Merge the latest 3.8.6 beta changes from trunk.

FossilOrigin-Name: 68a6d5e2f43702c78057ae2f2a7345c981d24e17
This commit is contained in:
drh
2014-08-06 01:25:47 +00:00
30 changed files with 549 additions and 266 deletions

View File

@ -869,6 +869,7 @@ proc speed_trial_summary {name} {
#
proc finish_test {} {
catch {db close}
catch {db1 close}
catch {db2 close}
catch {db3 close}
if {0==[info exists ::SLAVE]} { finalize_testing }