Data Fields | |
MDB_val | md_name |
MDB_cmp_func * | md_cmp |
MDB_cmp_func * | md_dcmp |
MDB_rel_func * | md_rel |
void * | md_relctx |
Auxiliary DB info. The information here is mostly static/read-only. There is only a single copy of this record in the environment.
name of the database
function for comparing keys
function for comparing data items
user relocate function
void* MDB_dbx::md_relctx |
user-provided context for md_rel