From ea6171dce2d184e20c1d84612576afdf4ddd1e7d Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 31 Mar 2010 12:17:00 +0300 Subject: 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 --- macros.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'macros.in') 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 # -- cgit v1.2.3