aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2019-08-26 20:41:33 +0000
committerdrh <drh@noemail.net>2019-08-26 20:41:33 +0000
commit512e46a74c20c0e385ee798a6e3238ba1cc621b8 (patch)
tree7d7d75a2c3449b6f332d8131c47f1c8d8434af3f /src/sqliteInt.h
parentee6c5e5ae7193241a55dd83c8f434a5d7c5abf11 (diff)
parentd790c9a1613334e2fc6b92211911e032ecbf36cf (diff)
downloadsqlite-512e46a74c20c0e385ee798a6e3238ba1cc621b8.tar.gz
sqlite-512e46a74c20c0e385ee798a6e3238ba1cc621b8.zip
Merge in recent fixes from trunk.
FossilOrigin-Name: ad816d01d4bd3908ff2c574d79d1a29b6d732df308f2f1b1cdf7c0bc7c1bd7cf
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index b2e17c40b..a4a33cc93 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -2473,6 +2473,7 @@ struct Expr {
** TK_REGISTER: register number
** TK_TRIGGER: 1 -> new, 0 -> old
** EP_Unlikely: 134217728 times likelihood
+ ** TK_SELECT_COLUMN: Number of columns on the LHS
** TK_SELECT: 1st register of result vector */
ynVar iColumn; /* TK_COLUMN: column index. -1 for rowid.
** TK_VARIABLE: variable number (always >= 1).