1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Make sure everything is deallocated before calling sqlite3_shutdown().

Ticket #3259. (CVS 5501)

FossilOrigin-Name: 4a6ee88697ddc28e0c7df1954d1526de18191827
This commit is contained in:
drh
2008-07-30 13:15:46 +00:00
parent dab898f8e4
commit d63bd75987
5 changed files with 18 additions and 16 deletions

View File

@ -11,13 +11,13 @@
# This file implements regression tests for SQLite library. The
# focus of this script is measuring executing speed.
#
# $Id: speed1.test,v 1.8 2008/07/29 14:29:07 drh Exp $
# $Id: speed1.test,v 1.9 2008/07/30 13:15:46 drh Exp $
#
sqlite3_shutdown
sqlite3_config_scratch 29000 1
#sqlite3_config_scratch 29000 1
sqlite3_config_lookaside 1000 300
sqlite3_config_pagecache 1024 10000
#sqlite3_config_pagecache 1024 10000
set testdir [file dirname $argv0]
source $testdir/tester.tcl
speed_trial_init speed1