summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-04-18 12:18:27 -0400
committerKeith Bostic <keith@wiredtiger.com>2016-04-18 12:18:27 -0400
commite92946341477ebcebc7c652c7cc40da5008ba2e2 (patch)
tree41a313bf047c753dd0866ee9728555007bfc4030 /src/include
parent0409f6d53df584940564931baecd4c1d81b234e3 (diff)
downloadmongo-e92946341477ebcebc7c652c7cc40da5008ba2e2.tar.gz
Revert "WT-2223: Add stress testing for in-memory"
This reverts commit de811eef9b9e96ac927bb54e0f30d0780e1b5d95.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/api.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/api.h b/src/include/api.h
index 05949976fac..c6a5af40698 100644
--- a/src/include/api.h
+++ b/src/include/api.h
@@ -35,9 +35,8 @@
(s)->name = __oldname; \
if (F_ISSET(&(s)->txn, WT_TXN_RUNNING) && \
(ret) != 0 && \
- (ret) != WT_CACHE_FULL && \
- (ret) != WT_DUPLICATE_KEY && \
- (ret) != WT_NOTFOUND) \
+ (ret) != WT_NOTFOUND && \
+ (ret) != WT_DUPLICATE_KEY) \
F_SET(&(s)->txn, WT_TXN_ERROR); \
} \
} while (0)