Triton Repository branch, master, updated. 298b7af84c187afabf2730e2a471fcbf3b0c4013
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton Repository". The branch, master has been updated via 298b7af84c187afabf2730e2a471fcbf3b0c4013 (commit) from e9869d51d01ce21660463c6c7b62421e3c0902fb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 298b7af84c187afabf2730e2a471fcbf3b0c4013 Author: Phil Carns <[email protected]> Date: Thu Jul 1 15:50:21 2010 -0400 cleaning up bdb flags ----------------------------------------------------------------------- Summary of changes: code/src/versioned-osd/prototype/versioned-osd.ae | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) Diff of changes: diff --git a/code/src/versioned-osd/prototype/versioned-osd.ae b/code/src/versioned-osd/prototype/versioned-osd.ae index 6103f22..e8f1585 100644 --- a/code/src/versioned-osd/prototype/versioned-osd.ae +++ b/code/src/versioned-osd/prototype/versioned-osd.ae @@ -1439,7 +1439,6 @@ triton_ret_t vosd_init(const char* db_path, /* open dbs */ open_flags = DB_CREATE | /* Allow database creation */ - DB_READ_UNCOMMITTED | /* Allow dirty reads */ DB_AUTO_COMMIT; /* Allow autocommit */ ret = log_map_dbp->open(log_map_dbp, NULL, "logical-map.db", NULL, DB_BTREE, open_flags, 0); hooks/post-receive -- Triton Repository
participants (1)
-
noreply@mcs.anl.gov