diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-03-31 12:17:00 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-03-31 12:17:00 +0300 |
commit | ea6171dce2d184e20c1d84612576afdf4ddd1e7d (patch) | |
tree | 8854166e94d6d18f3c6954377aab7228cbcd64df /macros.in | |
parent | 926a382ca6d5d501164d73fd3ed605369119413c (diff) | |
download | rpm-ea6171dce2d184e20c1d84612576afdf4ddd1e7d.tar.gz |
Remove BDB recno + queue access methods from configuration
- these rather limited access methods have never been used for anything,
rpm always used hash access and later btree to varying degree
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -560,8 +560,6 @@ print (t)\ #---------------------- DB->open types: # btree DB_BTREE # hash DB_HASH -# recno ??? DB_RECNO -# queue ??? DB_QUEUE # unknown +++ DB_UNKNOWN #---------------------- DB->set_flags bits: # bt_dup +++ (btree only) DB_DUP @@ -587,7 +585,6 @@ print (t)\ # Note: adding nofsync here speeds up --rebuilddb a lot. %__dbi_rebuild nofsync !log !txn !cdb -%__dbi_transient %{__dbi_rebuild} temporary private %__dbi_perms perms=0644 # |