summaryrefslogtreecommitdiff
path: root/src/include/txn.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/txn.i')
-rw-r--r--src/include/txn.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/txn.i b/src/include/txn.i
index 8f984b14fd9..2a84c518704 100644
--- a/src/include/txn.i
+++ b/src/include/txn.i
@@ -321,7 +321,7 @@ __wt_txn_read_first(WT_SESSION_IMPL *session)
if (txn->isolation == TXN_ISO_READ_COMMITTED ||
(!F_ISSET(txn, TXN_RUNNING) &&
txn->isolation == TXN_ISO_SNAPSHOT))
- __wt_txn_refresh(session, WT_TXN_NONE, 1);
+ __wt_txn_refresh(session, 1, 0);
}
/*