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