summaryrefslogtreecommitdiff
path: root/src/include/extern.h
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-06-29 15:04:43 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-06-29 15:04:43 +1000
commit3751941f5339b257d9fd9c19879f1a901facfbb6 (patch)
tree1ac0d47b6c1259d15036da3f54344ccbe14aa086 /src/include/extern.h
parent1e95bcc83853e69b8202914124b78029a4ad8617 (diff)
downloadmongo-3751941f5339b257d9fd9c19879f1a901facfbb6.tar.gz
SERVER-18875 Don't keep deleted pages during a checkpoint. Sync transaction up with WiredTiger 2.6 to ease back-porting, including picking up WT-1912.
Diffstat (limited to 'src/include/extern.h')
-rw-r--r--src/include/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/extern.h b/src/include/extern.h
index 87433ae6a9e..b6f0869999f 100644
--- a/src/include/extern.h
+++ b/src/include/extern.h
@@ -662,7 +662,7 @@ extern int WT_CDECL __wt_txnid_cmp(const void *v1, const void *v2);
extern void __wt_txn_release_snapshot(WT_SESSION_IMPL *session);
extern void __wt_txn_get_snapshot(WT_SESSION_IMPL *session);
extern void __wt_txn_update_oldest(WT_SESSION_IMPL *session, int force);
-extern int __wt_txn_begin(WT_SESSION_IMPL *session, const char *cfg[]);
+extern int __wt_txn_config(WT_SESSION_IMPL *session, const char *cfg[]);
extern void __wt_txn_release(WT_SESSION_IMPL *session);
extern int __wt_txn_commit(WT_SESSION_IMPL *session, const char *cfg[]);
extern int __wt_txn_rollback(WT_SESSION_IMPL *session, const char *cfg[]);