mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +03:00
Additional debugging Noop-comment in the constraint generator when
wheretrace is enabled. FossilOrigin-Name: 0ca7474f05e9f27f53f8c71f5a3ff99963ffef9be9c147869e096246d552d6f1
This commit is contained in:
@@ -2081,6 +2081,12 @@ Bitmask sqlite3WhereCodeOneLoopStart(
|
||||
VdbeCoverage(v);
|
||||
#endif
|
||||
}
|
||||
#ifdef WHERETRACE_ENABLED /* 0xffff */
|
||||
if( sqlite3WhereTrace ){
|
||||
VdbeNoopComment((v, "WhereTerm[%d] (%p) priority=%d",
|
||||
pWC->nTerm-j, pTerm, iLoop));
|
||||
}
|
||||
#endif
|
||||
sqlite3ExprIfFalse(pParse, pE, addrCont, SQLITE_JUMPIFNULL);
|
||||
if( skipLikeAddr ) sqlite3VdbeJumpHere(v, skipLikeAddr);
|
||||
pTerm->wtFlags |= TERM_CODED;
|
||||
|
||||
Reference in New Issue
Block a user