A little bit of sanity to dbiNew()
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 8 Apr 2010 13:01:20 +0000 (16:01 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 8 Apr 2010 13:01:20 +0000 (16:01 +0300)
commit8f03db2c7682f2564aaa54cc4151b090379bc99f
tree4e5f8338cd26abe3d246414dcf2c50b80316c55e
parent30068b52802fe3dbab709b596972be34fdb08ba1
A little bit of sanity to dbiNew()
- lose the hysterical dbi_use_env condition and usedbenv option
  this is always enabled
- ensure mpool is always initialized, lose the config option (this
  is a mandatory BDB subsystem, not a bleeping configurable)
- let pagesize be what it is even when no configuration is present
- avoid overriding dbi_mmapsize and dbi_cachesize if set in the configuratio
- these are all per-environment, not per-dbi settings but for now...
lib/backend/dbconfig.c
macros.in