Searched defs:BtShared (Results 1 – 1 of 1) sorted by relevance
16474 typedef struct BtShared BtShared; typedef70941 struct BtShared { struct70942 Pager *pPager; /* The page cache */70943 sqlite3 *db; /* Database connection currently using this Btree */70944 BtCursor *pCursor; /* A list of all open cursors */70945 MemPage *pPage1; /* First page of the database */70946 u8 openFlags; /* Flags to sqlite3BtreeOpen() */70948 u8 autoVacuum; /* True if auto-vacuum is enabled */70949 u8 incrVacuum; /* True if incr-vacuum is enabled */70950 u8 bDoTruncate; /* True to truncate db on commit */[all …]