mirror of https://github.com/mongodb/mongo
SERVER-114646 Mark remaining QO headers (#44982)
GitOrigin-RevId: bbdab5e0208b0cd01cb724b4041ebb3d951f0e50
This commit is contained in:
parent
807332806c
commit
fa3991500a
|
|
@ -31,6 +31,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "mongo/bson/bsonobj.h"
|
||||
#include "mongo/util/modules.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
#include "mongo/db/namespace_string.h"
|
||||
#include "mongo/db/query/compiler/optimizer/join/join_graph.h"
|
||||
#include "mongo/db/query/compiler/physical_model/query_solution/query_solution.h"
|
||||
#include "mongo/util/modules.h"
|
||||
|
||||
#include <variant>
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
#include "mongo/db/query/compiler/physical_model/query_solution/stage_types.h"
|
||||
#include "mongo/db/query/query_knobs_gen.h"
|
||||
#include "mongo/platform/atomic_word.h"
|
||||
#include "mongo/util/modules.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstddef>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
#include "mongo/db/query/plan_yield_policy.h"
|
||||
#include "mongo/db/query/query_planner.h"
|
||||
#include "mongo/db/query/query_planner_params.h"
|
||||
#include "mongo/util/modules.h"
|
||||
|
||||
namespace mongo {
|
||||
namespace plan_ranking {
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#include "mongo/logv2/log.h"
|
||||
#include "mongo/logv2/log_detail.h"
|
||||
#include "mongo/util/assert_util.h"
|
||||
#include "mongo/util/modules.h"
|
||||
|
||||
namespace mongo {
|
||||
namespace detail {
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
#include "mongo/db/shard_role/shard_catalog/collection.h"
|
||||
#include "mongo/db/update/update_driver.h"
|
||||
#include "mongo/util/assert_util.h"
|
||||
#include "mongo/util/modules.h"
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
|
@ -70,7 +71,7 @@ class UpdateRequest;
|
|||
* The query part of the update is parsed to a CanonicalQuery, which is originally a
|
||||
* ParsedFindCommand.
|
||||
*/
|
||||
class CanonicalUpdate {
|
||||
class MONGO_MOD_PUBLIC CanonicalUpdate {
|
||||
CanonicalUpdate(const CanonicalUpdate&) = delete;
|
||||
CanonicalUpdate& operator=(const CanonicalUpdate&) = delete;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue