SERVER-115620 Move preallocated_container_pool to the index_builds module (#45828)
GitOrigin-RevId: 1d089e5513bf401b34cae62e13f1a3c3b0024272
This commit is contained in:
parent
5759aff5dd
commit
b7cff93b0c
@ -790,6 +790,7 @@ index_builds: # authoritative: @10gen/server-index-builds
|
||||
files:
|
||||
- src/mongo/db/index_builds
|
||||
- src/mongo/db/index/index_access_method*
|
||||
- src/mongo/db/index/preallocated_container_pool*
|
||||
- src/mongo/db/index_key_validate*
|
||||
- src/mongo/db/index_spec_validate*
|
||||
- src/mongo/db/commands/set_index_commit_quorum*
|
||||
|
||||
@ -33,7 +33,9 @@
|
||||
#include "mongo/db/operation_context.h"
|
||||
#include "mongo/db/storage/key_string/key_string.h"
|
||||
#include "mongo/util/auto_clear_ptr.h"
|
||||
#include "mongo/util/modules.h"
|
||||
|
||||
MONGO_MOD_PUBLIC;
|
||||
namespace mongo {
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user