From df8333328fc7808ad37f7276a115bfd8a00c3780 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 10 Jan 2014 07:32:12 -0700 Subject: DB.Open(), pages, and meta. --- cursor.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cursor.go') diff --git a/cursor.go b/cursor.go index 2bf8318..9faf5bc 100644 --- a/cursor.go +++ b/cursor.go @@ -46,6 +46,13 @@ type cursor struct { ki []int /**< stack of page indices */ } +type xcursor struct { + cursor cursor + bucket *bucket + bucketx *bucketx + bucketFlag int +} + // Set or clear P_KEEP in dirty, non-overflow, non-sub pages watched by txn. // @param[in] mc A cursor handle for the current operation. // @param[in] pflags Flags of the pages to update: -- cgit v1.2.3