logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Contents

Name

       todo - Todo List

       GlobalMDB_rel_func(MDB_val*item,void*oldptr,void*newptr,void*relctx)
           This feature is currently unimplemented.

       Globalmdb_set_relfunc(MDB_txn*txn,MDB_dbidbi,MDB_rel_func*rel)
           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.

                                                      LMDB                                               todo(3)

See Also