DB_ENV->log_flush API Ref

#include <db.h>

int DB_ENV->log_flush(DB_ENV *env, const DB_LSN *lsn);


Description: DB_ENV->log_flush

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.

Parameters
lsn

Errors

The DB_ENV->log_flush method may fail and return one of the following non-zero errors:


EINVAL


Class DB_ENV, DB_LOGC, DB_LSN
See Also Logging Subsystem and Related Methods

APIRef

Copyright (c) 1996,2008 Oracle. All rights reserved.