summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_util.h
diff options
context:
space:
mode:
authorZhihui Fan <yizhi.fzh@alibaba-inc.com>2020-02-04 08:09:01 +0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-22 16:47:37 +0000
commitbad7c538e7efbc996a6089e1569681edf24e6b33 (patch)
tree07aa2c5b48062ed36d147a682f06beeb4d6f9f69 /src/mongo/db/op_observer_util.h
parent17edea396d470d0ddc258674feba030ffafbffe8 (diff)
downloadmongo-bad7c538e7efbc996a6089e1569681edf24e6b33.tar.gz
SERVER-9306 Ability to temporarily forbid query optimizer from using index ("Hidden Index") SERVER-47275 Take over and complete Hidden Indexes PR
Co-authored-by: Ruoxin Xu <ruoxin.xu@mongodb.com>
Diffstat (limited to 'src/mongo/db/op_observer_util.h')
-rw-r--r--src/mongo/db/op_observer_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/op_observer_util.h b/src/mongo/db/op_observer_util.h
index 800a1486d4d..d603d3fb177 100644
--- a/src/mongo/db/op_observer_util.h
+++ b/src/mongo/db/op_observer_util.h
@@ -36,5 +36,5 @@
namespace mongo {
BSONObj makeCollModCmdObj(const BSONObj& collModCmd,
const CollectionOptions& oldCollOptions,
- boost::optional<TTLCollModInfo> ttlInfo);
+ boost::optional<IndexCollModInfo> indexInfo);
} // namespace mongo