diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-10-17 07:46:30 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-10-17 07:46:30 -0400 |
commit | 7590319f16c8ef44431ecc116dfd3c8b69dfcac6 (patch) | |
tree | badc045a50b34b476acca4e1f4ee0d570c660168 /src/btree/bt_evict.c | |
parent | b063e91fb4ac65c8e24a9387f00f6e13b591b661 (diff) | |
download | mongo-7590319f16c8ef44431ecc116dfd3c8b69dfcac6.tar.gz |
Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204.
Diffstat (limited to 'src/btree/bt_evict.c')
-rw-r--r-- | src/btree/bt_evict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_evict.c b/src/btree/bt_evict.c index 2d192309c8a..ff049553c7f 100644 --- a/src/btree/bt_evict.c +++ b/src/btree/bt_evict.c @@ -1118,7 +1118,7 @@ __evict_get_ref( __wt_txn_am_oldest(session)) { F_CLR(cache, WT_EVICT_STUCK); WT_STAT_FAST_CONN_INCR(session, txn_fail_cache); - return (WT_DEADLOCK); + return (WT_ROLLBACK); } /* |