diff options
author | Aaron <aaron@10gen.com> | 2012-04-30 10:34:51 -0700 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2012-05-13 16:06:28 -0700 |
commit | 39cee2f29437364f2f53cd7673ff373a74b781cf (patch) | |
tree | 4eccaf112c19e251ecdb54b7d3aacf909399be02 /src/mongo/db/clientcursor.cpp | |
parent | 713627d22201a9698f106bb331a35c1ac61a5cde (diff) | |
download | mongo-39cee2f29437364f2f53cd7673ff373a74b781cf.tar.gz |
SERVER-5725 Mark relevant code points.
Diffstat (limited to 'src/mongo/db/clientcursor.cpp')
-rw-r--r-- | src/mongo/db/clientcursor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/clientcursor.cpp b/src/mongo/db/clientcursor.cpp index f26c1df2e8c..c762668863e 100644 --- a/src/mongo/db/clientcursor.cpp +++ b/src/mongo/db/clientcursor.cpp @@ -282,6 +282,7 @@ namespace mongo { * In that case we need to advance until we get to the next distinct record or EOF. * SERVER-4154 * SERVER-5198 + * But see SERVER-5725. */ c->advance(); } |