aboutsummaryrefslogtreecommitdiff
path: root/src/vdbeInt.h
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2014-07-24 16:54:28 +0000
committerdrh <drh@noemail.net>2014-07-24 16:54:28 +0000
commit2bd2c29a955a2d459b2b300125eda1d79b070e64 (patch)
tree3dac35daf7fb3c5a48c4e71900dfcff7b4a95311 /src/vdbeInt.h
parent6614181610e4c40e44484a1c7b14b253d512ad77 (diff)
parentba5b09319e2f79707bcc55a84a5f059ea0949334 (diff)
downloadsqlite-2bd2c29a955a2d459b2b300125eda1d79b070e64.tar.gz
sqlite-2bd2c29a955a2d459b2b300125eda1d79b070e64.zip
Merge all recent trunk changes into the threads branch.
FossilOrigin-Name: 770685892c8f09b9cddb2fbb2877cfb291e19425
Diffstat (limited to 'src/vdbeInt.h')
-rw-r--r--src/vdbeInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vdbeInt.h b/src/vdbeInt.h
index c5ef54035..da0ae9f88 100644
--- a/src/vdbeInt.h
+++ b/src/vdbeInt.h
@@ -76,6 +76,7 @@ struct VdbeCursor {
Bool useRandomRowid:1;/* Generate new record numbers semi-randomly */
Bool isTable:1; /* True if a table requiring integer keys */
Bool isOrdered:1; /* True if the underlying table is BTREE_UNORDERED */
+ Pgno pgnoRoot; /* Root page of the open btree cursor */
sqlite3_vtab_cursor *pVtabCursor; /* The cursor for a virtual table */
i64 seqCount; /* Sequence counter */
i64 movetoTarget; /* Argument to the deferred sqlite3BtreeMoveto() */