[Pvfs2-cvs] commit by kunkel in pvfs2/maint/config: bdb.m4
CVS commit program
cvs at parl.clemson.edu
Sat Aug 26 14:00:28 EDT 2006
Update of /projects/cvsroot/pvfs2/maint/config
In directory parlweb1:/tmp/cvs-serv12029/maint/config
Modified Files:
Tag: kunkel-branch
bdb.m4
Log Message:
Argh, removed redundant print-file-mapping, this is already done by
viewdist... some minor bugfixes...
Index: bdb.m4
===================================================================
RCS file: /projects/cvsroot/pvfs2/maint/config/bdb.m4,v
diff -p -u -r1.9.10.2 -r1.9.10.3
--- bdb.m4 19 Aug 2006 13:09:31 -0000 1.9.10.2
+++ bdb.m4 26 Aug 2006 18:00:28 -0000 1.9.10.3
@@ -259,7 +259,7 @@ AC_DEFUN([AX_BERKELEY_DB],
"tmp",
NULL,
DB_BTREE,
- DB_CREATE | DB_AUTO_COMMIT,
+ DB_CREATE | DB_AUTO_COMMIT|DB_READ_UNCOMMITTED,
0777) != 0)
{
return 1;
More information about the Pvfs2-cvs
mailing list