summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_info_cache.h
diff options
context:
space:
mode:
authorQingyang Chen <qingyang.chen@10gen.com>2015-07-23 11:05:44 -0400
committerQingyang Chen <qingyang.chen@10gen.com>2015-07-23 18:56:02 -0400
commit26c5394f79d12ac1c9df7263199e2926ee2e19ff (patch)
tree844e87c053083354c13b8cc2cb20feae340e2114 /src/mongo/db/catalog/collection_info_cache.h
parentcd5bff570f1e17e43cbd81d9eb56fa6097c18b3c (diff)
downloadmongo-26c5394f79d12ac1c9df7263199e2926ee2e19ff.tar.gz
SERVER-17895 Remove clearing plan cache after 1000 write ops
Diffstat (limited to 'src/mongo/db/catalog/collection_info_cache.h')
-rw-r--r--src/mongo/db/catalog/collection_info_cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/catalog/collection_info_cache.h b/src/mongo/db/catalog/collection_info_cache.h
index 7e418b4e123..05462ffaad4 100644
--- a/src/mongo/db/catalog/collection_info_cache.h
+++ b/src/mongo/db/catalog/collection_info_cache.h
@@ -84,9 +84,6 @@ public:
void clearQueryCache();
- /* you must notify the cache if you are doing writes, as query plan utility will change */
- void notifyOfWriteOp();
-
private:
Collection* _collection; // not owned