summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/conn_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/conn/conn_open.c')
-rw-r--r--src/third_party/wiredtiger/src/conn/conn_open.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/third_party/wiredtiger/src/conn/conn_open.c b/src/third_party/wiredtiger/src/conn/conn_open.c
index 2865dc9e2fa..e72fa5c00a4 100644
--- a/src/third_party/wiredtiger/src/conn/conn_open.c
+++ b/src/third_party/wiredtiger/src/conn/conn_open.c
@@ -75,9 +75,6 @@ __wt_connection_close(WT_CONNECTION_IMPL *conn)
wt_conn = &conn->iface;
session = conn->default_session;
- /* Shut down transactions (wait for in-flight operations to complete. */
- WT_TRET(__wt_txn_global_shutdown(session));
-
/* Shut down the subsystems, ensuring workers see the state change. */
F_SET(conn, WT_CONN_CLOSING);
WT_FULL_BARRIER();
@@ -111,9 +108,6 @@ __wt_connection_close(WT_CONNECTION_IMPL *conn)
/* The eviction server is shut down last. */
WT_TRET(__wt_evict_destroy(session));
- /* Shut down the lookaside table, after all eviction is complete. */
- WT_TRET(__wt_las_destroy(session));
-
/* Close open data handles. */
WT_TRET(__wt_conn_dhandle_discard(session));