-
Carta.tech
-
Packages
-
lmdb-doc
-
23
- mdb.3
- Openldap lightning memory-mapped database manager.
- mdb.c.3
- Lightning memory-mapped database library.
- mdb_Version.3
- Version macros -
- mdb_compat.3
- Compatibility macros -
- mdb_copy.3
- Copy flags -
- mdb_cursor.3
- Cursor flags -
- mdb_dbi_open.3
- Database flags -
- mdb_debug.3
- Debug macros -
- mdb_env.3
- Environment flags -
- mdb_errors.3
- Return codes -
- mdb_idls.3
- Id list management -
- mdb_internal.3
- Lmdb internals -
- mdb_lmdb.h.3
- Lightning memory-mapped database library.
- mdb_mt_dbflag.3
- Transaction db flags -
- mdb_node.3
- Node flags -
- mdb_page.3
- Page flags -
- mdb_put.3
- Write flags -
- mdb_readers.3
- Reader lock table -
- mdb_todo.3
- Todo list this feature is currently unimplemented. the relocation function is called whenever it is necessary to move the data of an item to a different position in the database (e.g. through tree balancing operations, shifts as a result of adds or deletes, etc.). it is intended to allow address/position-dependent data items to be stored in a database in an environment opened with the mdb_fixedmap option. currently the relocation feature is unimplemented and setting this function has no effect. parameters: txn a transaction handle returned by mdb_txn_begin() dbi a database handle returned by mdb_dbi_open() rel a mdb_rel_func function returns: a non-zero error value on failure and 0 on success. some possible errors are:
- mdb_txn.3
- Transaction flags -
- midl.c.3
- Ldap bdb back-end id list functions
- midl.h.3
- Lmdb id list header file.
- tools.3
- Lmdb command line tools the following describes the command line tools that are available for lmdb. mdb_copy - environment copy tool mdb_dump - environment export tool mdb_load - environment import tool mdb_stat - environment status tool