aboutsummaryrefslogtreecommitdiff
path: root/src/whereInt.h
diff options
context:
space:
mode:
authordan <dan@noemail.net>2015-11-23 21:09:54 +0000
committerdan <dan@noemail.net>2015-11-23 21:09:54 +0000
commit07bdba86d55b298c44cacdf92f164c1a5953504c (patch)
tree27cc582e9bf008035a2280f2142e2e0a23ec97d6 /src/whereInt.h
parent8836cbbcb4924f5b78f5749dffc9857acf9b684f (diff)
downloadsqlite-07bdba86d55b298c44cacdf92f164c1a5953504c.tar.gz
sqlite-07bdba86d55b298c44cacdf92f164c1a5953504c.zip
Add experimental support for LIKE, GLOB and REGEXP to the virtual table interface.
FossilOrigin-Name: 277a5b4027d4c2caba8143228a4f7d6df899dbb4
Diffstat (limited to 'src/whereInt.h')
-rw-r--r--src/whereInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/whereInt.h b/src/whereInt.h
index cae09acc8..86164d8c1 100644
--- a/src/whereInt.h
+++ b/src/whereInt.h
@@ -253,6 +253,7 @@ struct WhereTerm {
u16 eOperator; /* A WO_xx value describing <op> */
u16 wtFlags; /* TERM_xxx bit flags. See below */
u8 nChild; /* Number of children that must disable us */
+ u8 eMatchOp; /* Op for vtab MATCH/LIKE/GLOB/REGEXP terms */
WhereClause *pWC; /* The clause this term is part of */
Bitmask prereqRight; /* Bitmask of tables used by pExpr->pRight */
Bitmask prereqAll; /* Bitmask of tables referenced by pExpr */