|
|
DB_ENV->log_flush |
#include <db.h>int DB_ENV->log_flush(DB_ENV *env, const DB_LSN *lsn);
The DB_ENV->log_flush method writes log records to disk.
The DB_ENV->log_flush method returns a non-zero error value on failure and 0 on success.
The DB_ENV->log_flush method may fail and return one of the following non-zero errors:
Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.