τBerkeleyDB
- Berkeley DB Reference Guide:
- Installation Guide: Limitations
Limitations
DB->get(DB *db, DB_TXN *txnid, DBT *key, DBT *data, u_int32_t flags) : These changed functions only work with Btree databases. In all other cases, it will return EINVAL.
DB->put(DB *db, DB_TXN *txnid, DBT *key, DBT *data, u_int32_t flags) : These changed functions only work with Btree databases. In all other cases, it will return EINVAL.
DBC->c_get(DBC *cursor, DBT *key, DBT *data, u_int32_t flags): These changed functions only work with Btree databases. In all other cases, it will return EINVAL.
DBC->c_put(DBC *, DBT *key, DBT *data, u_int32_t flags): These changed functions only work with Btree databases. In all other cases, it will return EINVAL.
set_nesting_level(DB_ENV *dbenv, int level): setting the new nesting level less than 1 or more than 7.
txn_current(DB_TXN *tid, struct timeval *time, int precision): The value of precision must be set between 1 and 7.
env_current(struct timeval *time, int precision): The value of precision must be set between 1 and 7.
Developed by the TAU Project, Computer Science Department, University of Arizona