diff options
Diffstat (limited to 'bdb/log/log_put.c')
-rw-r--r-- | bdb/log/log_put.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bdb/log/log_put.c b/bdb/log/log_put.c index e5cdedb5493..c61f53e6c3d 100644 --- a/bdb/log/log_put.c +++ b/bdb/log/log_put.c @@ -143,6 +143,9 @@ __log_put(dbenv, lsn, dbt, flags) /* Reset the file write offset. */ lp->w_off = 0; + + if (dbenv->db_noticecall != NULL) + dbenv->db_noticecall(dbenv, DB_NOTICE_LOGFILE_CHANGED); } else lastoff = 0; |