summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source.cpp
diff options
context:
space:
mode:
authorU-tellus\cwestin <cwestin@10gen.com>2012-02-14 13:49:53 -0800
committerU-tellus\cwestin <cwestin@10gen.com>2012-02-14 18:03:03 -0800
commitc4bf7b30c13a5175752f9296dd8a2bbfad6a8242 (patch)
treea0c166018220422e26bf7017229670b242e58ac2 /src/mongo/db/pipeline/document_source.cpp
parent59e9b72297906e68686c1ffeb2244736ecac945b (diff)
downloadmongo-c4bf7b30c13a5175752f9296dd8a2bbfad6a8242.tar.gz
checkpoint work for SERVER-4644
Diffstat (limited to 'src/mongo/db/pipeline/document_source.cpp')
-rwxr-xr-xsrc/mongo/db/pipeline/document_source.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/document_source.cpp b/src/mongo/db/pipeline/document_source.cpp
index 89177f58767..3a496875b9d 100755
--- a/src/mongo/db/pipeline/document_source.cpp
+++ b/src/mongo/db/pipeline/document_source.cpp
@@ -48,6 +48,9 @@ namespace mongo {
void DocumentSource::manageDependencies(
const intrusive_ptr<DependencyTracker> &pTracker) {
+#ifdef MONGO_LATER_SERVER_4644
+ assert(false); // identify any sources that need this but don't have it
+#endif /* MONGO_LATER_SERVER_4644 */
}
void DocumentSource::addToBsonArray(BSONArrayBuilder *pBuilder) const {