Go to the source code of this file.
|
| mongo |
| Copyright (C) 2014 MongoDB Inc.
|
|
|
void | mongo::initializeV1RS (OperationContext *opCtx, const LocAndSize *records, const LocAndSize *drecs, const LocAndSize *legacyGrabBag, DummyExtentManager *em, DummyRecordStoreV1MetaData *md) |
| Creates a V1 storage/mmap_v1 with the passed in records and DeletedRecords (drecs). More...
|
|
void | mongo::assertStateV1RS (OperationContext *opCtx, const LocAndSize *records, const LocAndSize *drecs, const LocAndSize *legacyGrabBag, const ExtentManager *em, const DummyRecordStoreV1MetaData *md) |
| Asserts that the V1RecordStore defined by md has the passed in records and drecs in the correct order. More...
|
|