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

Make sure SQLite is running with MEMSTATUS enabled at the beginning of

every test script.

FossilOrigin-Name: 699953140511c14cbba499fad086187977476660
This commit is contained in:
drh
2010-09-10 13:22:59 +00:00
parent 9a1fb3569f
commit ce2198c237
4 changed files with 15 additions and 14 deletions

View File

@ -245,6 +245,10 @@ reset_db
#
if {[info exists TC(count)]} return
# Make sure memory statistics are enabled.
#
sqlite3_config_memstatus 1
# Initialize the test counters and set up commands to access them.
# Or, if this is a slave interpreter, set up aliases to write the
# counters in the parent interpreter.