summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-31 12:17:00 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-03-31 12:17:00 +0300
commitea6171dce2d184e20c1d84612576afdf4ddd1e7d (patch)
tree8854166e94d6d18f3c6954377aab7228cbcd64df /macros.in
parent926a382ca6d5d501164d73fd3ed605369119413c (diff)
downloadrpm-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.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/macros.in b/macros.in
index 6969a9b14..9f159e031 100644
--- a/macros.in
+++ b/macros.in
@@ -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
#