summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile/mobile_record_store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mobile/mobile_record_store.cpp')
-rw-r--r--src/mongo/db/storage/mobile/mobile_record_store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/mobile/mobile_record_store.cpp b/src/mongo/db/storage/mobile/mobile_record_store.cpp
index 01c8422ce3f..b89ca31e6b6 100644
--- a/src/mongo/db/storage/mobile/mobile_record_store.cpp
+++ b/src/mongo/db/storage/mobile/mobile_record_store.cpp
@@ -466,7 +466,7 @@ Status MobileRecordStore::updateRecord(OperationContext* opCtx,
_changeDataSize(opCtx, -dataSizeBefore + len);
if (notifier) {
- fassertStatusOK(37054, notifier->recordStoreGoingToUpdateInPlace(opCtx, recId));
+ fassert(37054, notifier->recordStoreGoingToUpdateInPlace(opCtx, recId));
}
std::string updateQuery = "UPDATE \"" + _ident + "\" SET data = ? " + "WHERE rec_id = ?;";