mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-18 10:21:03 +03:00
Expose some of the Where data structure debug printing routines to the
entire WHERE-clause processing module. FossilOrigin-Name: 85e76887761b5d7e290fb2bac7f9121648f79d67fdd92f624d81632f28620518
This commit is contained in:
@@ -479,6 +479,8 @@ struct WhereInfo {
|
||||
Bitmask sqlite3WhereGetMask(WhereMaskSet*,int);
|
||||
#ifdef WHERETRACE_ENABLED
|
||||
void sqlite3WhereClausePrint(WhereClause *pWC);
|
||||
void sqlite3WhereTermPrint(WhereTerm *pTerm, int iTerm);
|
||||
void sqlite3WhereLoopPrint(WhereLoop *p, WhereClause *pWC);
|
||||
#endif
|
||||
WhereTerm *sqlite3WhereFindTerm(
|
||||
WhereClause *pWC, /* The WHERE clause to be searched */
|
||||
|
||||
Reference in New Issue
Block a user