Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Won't Fix
-
None
-
None
-
None
-
ALL
-
Repl 2021-04-05, Repl 2021-04-19
Description
The following shell script:
for (var i=0; i<200;i++) {
|
db.t.insert({a:1});
|
}
|
cur = db.t.find().limit(100).batchSize(10);
|
res = cur.toArray();
|
fails in "getMore" with:
"errmsg" : "Cannot pass in API parameter field apiVersion"
|
Attachments
Issue Links
- is related to
-
SERVER-49380 mongo shell changes for MongoDB Stable API
-
- Closed
-
-
SERVER-55614 Permit Versioned API options for getMore and transaction-continuing commands
-
- Closed
-
- related to
-
SERVER-55891 Create apiVersion test suites
-
- Closed
-