From 7590319f16c8ef44431ecc116dfd3c8b69dfcac6 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 17 Oct 2014 07:46:30 -0400 Subject: Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204. --- src/btree/bt_evict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/btree/bt_evict.c') 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); } /* -- cgit v1.2.1