diff options
author | Dwight <dmerriman@gmail.com> | 2010-02-10 15:34:41 -0500 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2010-02-10 15:34:41 -0500 |
commit | 635a16e94c583d7fc97ff65e32aa7f058caeefe0 (patch) | |
tree | 6e2ab968e938990424a335a189e650189184789a /db/background.h | |
parent | b255688822a2958530233ff2d9d438b23ede1839 (diff) | |
download | mongo-635a16e94c583d7fc97ff65e32aa7f058caeefe0.tar.gz |
SERVER-620
mongod thinks a background process is running for a db, even when it's not
Diffstat (limited to 'db/background.h')
-rw-r--r-- | db/background.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/background.h b/db/background.h index d283c5bb6da..24ea1cbc12d 100644 --- a/db/background.h +++ b/db/background.h @@ -39,6 +39,7 @@ namespace mongo { static bool inProgForNs(const char *ns); static void assertNoBgOpInProgForDb(const char *db); static void assertNoBgOpInProgForNs(const char *ns); + static void dump(stringstream&); /* check for in progress before instantiating */ BackgroundOperation(const char *ns); |