Berkeley DB: log_compare
ee,hash,hashing,transaction,transactions,locking,logging,access method,access me
thods,java,C,C++">
log_compare
#include <db.h>
int
log_compare(const DB_LSN *lsn0, const DB_LSN *lsn1);
Description
The log_compare function allows the caller to compare two
DB_LSN structures,
returning 0 if they are equal, 1 if lsn0 is greater than
lsn1, and -1 if lsn0 is less than lsn1.
See Also
log_archive,
log_close,
log_compare,
log_file,
log_flush,
log_get,
log_open,
log_put,
log_register,
log_stat,
log_unlink
and
log_unregister.
|