teknoraver / rpms / rpm

Forked from rpms/rpm 4 months ago
Clone

Blame rpm-4.7.1-remove-db4-xa.patch

Panu Matilainen 11e840
commit 0482504290d9d2f065dd8cb0d0c697c788724db3
Panu Matilainen 11e840
Author: Panu Matilainen <pmatilai@redhat.com>
Panu Matilainen 11e840
Date:   Mon Sep 21 10:29:38 2009 +0300
Panu Matilainen 11e840
Panu Matilainen 11e840
    Remove XA "support" from the backend
Panu Matilainen 11e840
    - it's removed from BDB 4.8.x and this has hardly ever done anything anyway
Panu Matilainen 11e840
    (cherry picked from commit 510c6763ef745b308abd1cc6cec2a62119e87c9c)
Panu Matilainen 11e840
Panu Matilainen 11e840
diff --git a/lib/backend/dbconfig.c b/lib/backend/dbconfig.c
Panu Matilainen 11e840
index e668036..2b16241 100644
Panu Matilainen 11e840
--- a/lib/backend/dbconfig.c
Panu Matilainen 11e840
+++ b/lib/backend/dbconfig.c
Panu Matilainen 11e840
@@ -40,9 +40,6 @@ struct poptOption rdbOptions[] = {
Panu Matilainen 11e840
 	NULL, NULL },
Panu Matilainen 11e840
 #endif
Panu Matilainen 11e840
 
Panu Matilainen 11e840
- { "xa_create",	0,POPT_BIT_SET,	&db3dbi.dbi_cflags, DB_XA_CREATE,
Panu Matilainen 11e840
-	NULL, NULL },
Panu Matilainen 11e840
-
Panu Matilainen 11e840
  { "create",	0,POPT_BIT_SET,	&db3dbi.dbi_oeflags, DB_CREATE,
Panu Matilainen 11e840
 	NULL, NULL },
Panu Matilainen 11e840
  { "thread",	0,POPT_BIT_SET,	&db3dbi.dbi_oeflags, DB_THREAD,