diff options
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 */ |