diff options
author | Dwight <dmerriman@gmail.com> | 2008-03-08 23:16:41 -0500 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2008-03-08 23:16:41 -0500 |
commit | 5e68964e9e5e938b4f4ea7581e79c7cd5a4ecd83 (patch) | |
tree | 97f6631fa07f80b2bd89039c92e8a7633e135c6e /db/introspect.cpp | |
parent | c2e932245f2e4fb00f1abbb94fa0b4a4a69636df (diff) | |
download | mongo-5e68964e9e5e938b4f4ea7581e79c7cd5a4ecd83.tar.gz |
capped
Diffstat (limited to 'db/introspect.cpp')
-rw-r--r-- | db/introspect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/introspect.cpp b/db/introspect.cpp index 785e93c2caa..4219852585d 100644 --- a/db/introspect.cpp +++ b/db/introspect.cpp @@ -9,6 +9,7 @@ typedef map<string,Cursor*> StringToCursor;
StringToCursor *specialNamespaces;
+Profile profile;
auto_ptr<Cursor> getSpecialCursor(const char *ns) {
StringToCursor::iterator it = specialNamespaces->find(ns);
|