In csuite/wt4105_large_doc_small_upd/main.c:
132 /* Start another session to perform small updates. */
133 testutil_check(
134 opts->conn->open_session(opts->conn, NULL, NULL, &session2));
CID 1393311 (#1 of 1): Copy-paste error (COPY_PASTE_ERROR)
copy_paste_error: session in *session->open_cursor looks like a copy-paste error.
Should it say session2 instead?
135 testutil_check(
136 session->open_cursor(session2, uri, NULL, NULL, &c));
137
138 j = offset = 0;