]> the.earth.li Git - onak.git/commit
Add initial support for upgrading db4 DBs built with older DB4 versions
authorJonathan McDowell <noodles@earth.li>
Sun, 1 Jun 2008 12:57:30 +0000 (13:57 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 1 Jun 2008 12:57:30 +0000 (13:57 +0100)
commitace576243765fb10ed37dc3ec4b040becd4c9542
tree86e66f1302c6ab3b3773924040131c67c497bb53
parent3d6bdd9fc3a588c91df132a80b9757ef05e3d685
Add initial support for upgrading db4 DBs built with older DB4 versions

  DB4 data base files are tied to the version of DB4 that created them.
  It'd be nice to be able to compile with a more recent version of db4
  than db4.2, which is currently used for the Debian packages. However
  we don't want to have dump and reload the database, so this adds a
  first cut at trying to use the DB4 provided upgrade functions.
keydb_db4.c