mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-07 07:18:56 +08:00
mdbx: add mdbx_cursor_create() and mdbx_cursor_bind().
Change-Id: I223de3cca7865d58f17a59ab27ec6be730e04a90
This commit is contained in:
@@ -852,7 +852,7 @@ struct MDBX_xcursor;
|
||||
* Exception: An xcursor's pointer to a P_SUBP page can be stale.
|
||||
* (A node with F_DUPDATA but no F_SUBDATA contains a subpage). */
|
||||
struct MDBX_cursor {
|
||||
#define MDBX_MC_SIGNATURE UINT32_C(0xFE05D5B1)
|
||||
#define MDBX_MC_LIVE UINT32_C(0xFE05D5B1)
|
||||
#define MDBX_MC_READY4CLOSE UINT32_C(0x2817A047)
|
||||
#define MDBX_MC_WAIT4EOT UINT32_C(0x90E297A7)
|
||||
uint32_t mc_signature;
|
||||
|
||||
Reference in New Issue
Block a user