Remove XA "support" from the backend
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 21 Sep 2009 07:29:38 +0000 (10:29 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 21 Sep 2009 07:29:38 +0000 (10:29 +0300)
- it's removed from BDB 4.8.x and this has hardly ever done anything anyway

lib/backend/dbconfig.c

index 8d55858..9bbef1c 100644 (file)
@@ -40,9 +40,6 @@ struct poptOption rdbOptions[] = {
        NULL, NULL },
 #endif
 
- { "xa_create",        0,POPT_BIT_SET, &db3dbi.dbi_cflags, DB_XA_CREATE,
-       NULL, NULL },
-
  { "create",   0,POPT_BIT_SET, &db3dbi.dbi_oeflags, DB_CREATE,
        NULL, NULL },
  { "thread",   0,POPT_BIT_SET, &db3dbi.dbi_oeflags, DB_THREAD,