Files
mongo/jstests/aggregation/bugs/server11675.js
Mathias Stearn 0ffa726629 SERVER-12708 Report errors from shards when mergingPresorted results.
To prevent similar issues from happening in the future, all code to pull
results off of the shards cursors in agg now go through a single function.
This function was enhanced to propagate runtime error codes as we already do
with parse-time errors reported from the shards.
2014-02-19 17:15:07 -05:00

7.3 KiB