summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-12-06 16:57:24 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2013-12-06 16:57:24 +1100
commit171ca2ab9df93b5a44785e2010006b67eee0ee38 (patch)
tree65aaf111bffa16c28f4cefa9f606b656d9d7ea74
parent6d4ca8b0e0b9dd4ed637b39868c227d0302ed96b (diff)
downloadmongo-171ca2ab9df93b5a44785e2010006b67eee0ee38.tar.gz
Nits.
-rw-r--r--src/lsm/lsm_merge.c1
-rw-r--r--src/session/session_api.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/lsm/lsm_merge.c b/src/lsm/lsm_merge.c
index e8f73ca9e61..9337b1cb18b 100644
--- a/src/lsm/lsm_merge.c
+++ b/src/lsm/lsm_merge.c
@@ -98,7 +98,6 @@ __wt_lsm_merge(
*/
WT_RET(__wt_lsm_tree_lock(session, lsm_tree, 1));
-
/*
* Only include chunks that already have a Bloom filter and not
* involved in a merge.
diff --git a/src/session/session_api.c b/src/session/session_api.c
index 94fca3c731a..67d43f39ff1 100644
--- a/src/session/session_api.c
+++ b/src/session/session_api.c
@@ -681,11 +681,11 @@ __session_checkpoint(WT_SESSION *wt_session, const char *config)
WT_TXN *txn;
session = (WT_SESSION_IMPL *)wt_session;
- SESSION_API_CALL(session, checkpoint, config, cfg);
txn = &session->txn;
WT_STAT_FAST_CONN_INCR(session, txn_checkpoint);
+ SESSION_API_CALL(session, checkpoint, config, cfg);
/*
* Checkpoints require a snapshot to write a transactionally consistent