Details
Description
One stage of invalidated_cursors.js runs a find and then creates a cursor using the result. However, the DBCommandCursor is created with the wrong database (db instead of myDB). The result of this is that all of the getMores run on the wrong collection, and thus, all fail.
This is a one line fix.