1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Activate SQLITE_DBCONFIG_STMT_SCANSTATUS in fuzzcheck.

FossilOrigin-Name: 4fe1419ac3161ea8735241b04913593170c636cf3e1583756fe94edd396cd38b
This commit is contained in:
drh
2023-02-28 21:23:46 +00:00
parent 0bdee38969
commit f1f4f090c7
3 changed files with 8 additions and 7 deletions

View File

@ -1181,6 +1181,7 @@ int runCombinedDbSqlInput(
sqlite3_free(aDb);
return 1;
}
sqlite3_db_config(cx.db, SQLITE_DBCONFIG_STMT_SCANSTATUS, 1, 0);
if( bVdbeDebug ){
sqlite3_exec(cx.db, "PRAGMA vdbe_debug=ON", 0, 0, 0);
}