]> the.earth.li Git - onak.git/commitdiff
cscvs to tla changeset 66
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:33 +0000 (23:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:33 +0000 (23:47 +0000)
Author: noodles
Date: 2003/04/02 22:04:20
Checkpoint the database on cleanup.

keydb_db3.c

index cffdb15c07ef3217caf164cf23cb6c978f1d4dcf..0f4239bd212b37cb8621ce46ed799d807a9d166e 100644 (file)
@@ -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);