Commit e47fc42
committed
Remove stale secondaryOk=true requirement from getMore section
The getMore section stated "The query flags passed to OP_QUERY for a
getMore command MUST be secondaryOk=true when sent to a secondary."
This contradicted the "Interactions with OP_QUERY" section which stated
"secondaryOk SHOULD not be set for follow-up getMore and killCursors
commands."
Commit 1aabad4 (2015-10-17) reversed the original 2015-09-30 decision
and updated the spec body and changelog accordingly, but missed this
sentence in the getMore section. Remove it to align with the SHOULD NOT
rule that has been in effect since 2015-10-13.1 parent c12c50e commit e47fc42
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | | - | |
| 267 | + | |
269 | 268 | | |
270 | 269 | | |
271 | 270 | | |
| |||
456 | 455 | | |
457 | 456 | | |
458 | 457 | | |
| 458 | + | |
| 459 | + | |
459 | 460 | | |
460 | 461 | | |
461 | 462 | | |
| |||
0 commit comments