From 2edb917ed0be24b4a525bef5aa346389afbd1be3 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Mon, 31 May 2004 23:47:33 +0000 Subject: [PATCH] cscvs to tla changeset 66 Author: noodles Date: 2003/04/02 22:04:20 Checkpoint the database on cleanup. --- keydb_db3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/keydb_db3.c b/keydb_db3.c index cffdb15..0f4239b 100644 --- a/keydb_db3.c +++ b/keydb_db3.c @@ -191,6 +191,7 @@ void initdb(void) */ void cleanupdb(void) { + txn_checkpoint(dbenv, 0, 0, 0); worddb->close(worddb, 0); worddb = NULL; dbconn->close(dbconn, 0); -- 2.39.2