diff options
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); } /* |