SERVER-115620 Move preallocated_container_pool to the index_builds module (#45828)

GitOrigin-RevId: 1d089e5513bf401b34cae62e13f1a3c3b0024272
This commit is contained in:
Thomas Goyne 2026-01-05 10:22:38 -08:00 committed by MongoDB Bot
parent 5759aff5dd
commit b7cff93b0c
2 changed files with 3 additions and 0 deletions

View File

@ -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*

View File

@ -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 {
/**