summaryrefslogtreecommitdiff
path: root/src/txn/txn.c
diff options
context:
space:
mode:
authorsueloverso <sue@mongodb.com>2015-09-22 14:18:49 -0400
committerMichael Cahill <michael.cahill@mongodb.com>2015-09-28 16:44:43 +1000
commitcd8ae463f0830e56ec66de73de78ca81041615b2 (patch)
tree6b0a5cc4ca11e6b0833546dcabd77d0f2746b0c2 /src/txn/txn.c
parentbbc2d3efc8bc8e8581df632a8970ff2a4497b161 (diff)
downloadmongo-cd8ae463f0830e56ec66de73de78ca81041615b2.tar.gz
WT-2039 Add error check and unit test for log records over 4Gb.
Merge pull request #2207 from wiredtiger/large-records (cherry picked from commit 75a46556bbca11630c045d46a51282a7defad209)
Diffstat (limited to 'src/txn/txn.c')
-rw-r--r--src/txn/txn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/txn/txn.c b/src/txn/txn.c
index 3529d1c6d66..52e840f89d8 100644
--- a/src/txn/txn.c
+++ b/src/txn/txn.c
@@ -419,7 +419,6 @@ __wt_txn_commit(WT_SESSION_IMPL *session, const char *cfg[])
*/
__wt_txn_release_snapshot(session);
ret = __wt_txn_log_commit(session, cfg);
- WT_ASSERT(session, ret == 0);
}
/*