From 3751941f5339b257d9fd9c19879f1a901facfbb6 Mon Sep 17 00:00:00 2001 From: Michael Cahill Date: Mon, 29 Jun 2015 15:04:43 +1000 Subject: 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. --- src/include/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/extern.h') 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[]); -- cgit v1.2.1