We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ffd27 commit 030eee4Copy full SHA for 030eee4
src/mongoc/mongoc-cursor.c
@@ -977,6 +977,7 @@ _mongoc_cursor_clone (const mongoc_cursor_t *cursor)
977
_clone->batch_size = cursor->batch_size;
978
_clone->limit = cursor->limit;
979
_clone->nslen = cursor->nslen;
980
+ _clone->has_fields = cursor->has_fields;
981
982
if (cursor->read_prefs) {
983
_clone->read_prefs = mongoc_read_prefs_copy (cursor->read_prefs);
0 commit comments