From 85d9721c00d7020af78fe60453f8362380fe697d Mon Sep 17 00:00:00 2001 From: Randolph Tan Date: Tue, 19 Sep 2017 14:44:36 -0400 Subject: SERVER-30894 Implement command for transferring session information during migration --- src/mongo/db/s/session_catalog_migration_source.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/db/s/session_catalog_migration_source.h') diff --git a/src/mongo/db/s/session_catalog_migration_source.h b/src/mongo/db/s/session_catalog_migration_source.h index 42a3e71e372..5e44531d31c 100644 --- a/src/mongo/db/s/session_catalog_migration_source.h +++ b/src/mongo/db/s/session_catalog_migration_source.h @@ -68,6 +68,7 @@ public: /** * Returns the oplog document that was last fetched by the fetchNextOplog call. + * Returns an empty object if there are no oplog to fetch. */ BSONObj getLastFetchedOplog(); -- cgit v1.2.1