1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Add in a VdbeCoverage() macro needed by STAT4 that should have been part of

check-in [63ef234e88857a65].

FossilOrigin-Name: d51c699ae413215d534f954c129691ef5d95d540dc5d4304cbba576c976d931c
This commit is contained in:
drh
2024-02-28 15:32:32 +00:00
parent 8597eee119
commit 09a71d8d44
3 changed files with 8 additions and 7 deletions

View File

@@ -1296,6 +1296,7 @@ static void analyzeOneTable(
if( addrGotoEnd==0 ){
sqlite3VdbeAddOp2(v, OP_Cast, regStat1, SQLITE_AFF_INTEGER);
addrGotoEnd = sqlite3VdbeAddOp1(v, OP_IfNot, regStat1);
VdbeCoverage(v);
}
if( doOnce ){