summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/meta/meta_apply.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/meta/meta_apply.c')
-rw-r--r--src/third_party/wiredtiger/src/meta/meta_apply.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/third_party/wiredtiger/src/meta/meta_apply.c b/src/third_party/wiredtiger/src/meta/meta_apply.c
index e8f5ac33605..752ad8c09db 100644
--- a/src/third_party/wiredtiger/src/meta/meta_apply.c
+++ b/src/third_party/wiredtiger/src/meta/meta_apply.c
@@ -41,15 +41,13 @@ __meta_btree_apply(WT_SESSION_IMPL *session, WT_CURSOR *cursor,
continue;
/*
- * We need to pull the handle into the session handle cache
- * and make sure it's referenced to stop other internal code
- * dropping the handle (e.g in LSM when cleaning up obsolete
- * chunks). Holding the schema lock isn't enough.
+ * We need to pull the handle into the session handle cache and make sure it's referenced to
+ * stop other internal code dropping the handle (e.g in LSM when cleaning up obsolete
+ * chunks). Holding the schema lock isn't enough.
*
- * Handles that are busy are skipped without the whole
- * operation failing. This deals among other cases with
- * checkpoint encountering handles that are locked (e.g., for
- * bulk loads or verify operations).
+ * Handles that are busy are skipped without the whole operation failing. This deals among
+ * other cases with checkpoint encountering handles that are locked (e.g., for bulk loads or
+ * verify operations).
*/
if ((t_ret = __wt_session_get_dhandle(session, uri, NULL, NULL, 0)) != 0) {
WT_TRET_BUSY_OK(t_ret);