|
Author:
{u'username': u'bjori', u'name': u'Hannes Magnusson', u'email': u'bjori@mongodb.com'}
Message: CDRIVER-465: Add mongoc_client_kill_cursor()
A good samaritan should clean after himself using
mongoc_cursor_destroy(cursor), but you may not always have the cursor instance.
You are just trying to cleanup after a broken process, and all you got is
the cursorid, which you retrieved from db.currentOp()
Closes #121
Branch: master
https://github.com/mongodb/mongo-c-driver/commit/6dbd8d893803557cdaecec35e4241337b5bd58b5
|