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:
@ -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.
|
||||
|
Reference in New Issue
Block a user