diff options
author | Antonin Kral <a.kral@bobek.cz> | 2011-08-23 08:47:18 +0200 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2011-08-23 08:47:18 +0200 |
commit | a3bbc293c62e68425bdf6f8e983e2bfaa97ab06e (patch) | |
tree | 835c5b2f35a8ad1b46a49680524dfe884cae1d1b /db/namespace.h | |
parent | bf8d466302e046d534b67751d012669f43bf672a (diff) | |
parent | cbe2d992e9cd1ea66af9fa91df006106775d3073 (diff) | |
download | mongodb-a3bbc293c62e68425bdf6f8e983e2bfaa97ab06e.tar.gz |
Merge commit 'upstream/1.8.3'
Diffstat (limited to 'db/namespace.h')
-rw-r--r-- | db/namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/namespace.h b/db/namespace.h index 4ec1edd..ef3d04e 100644 --- a/db/namespace.h +++ b/db/namespace.h @@ -425,6 +425,7 @@ namespace mongo { Can be useful as index namespaces share the same start as the regular collection. SLOW - sequential scan of all NamespaceDetailsTransient objects */ static void clearForPrefix(const char *prefix); + static void eraseForPrefix(const char *prefix); /* indexKeys() cache ---------------------------------------------------- */ /* assumed to be in write lock for this */ |