summaryrefslogtreecommitdiff
path: root/src/mongo/db/user_write_block_mode_op_observer.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65116 Abort active index builds when write blocking is enabledGabriel Marks2022-04-111-7/+11
|
* SERVER-63522 Observe DDL operations for user write blockingGabriel Marks2022-04-081-51/+59
|
* SERVER-63838 expose createIndexes and create events from chunkMigration only ↵Misha Tyulenev2022-03-291-1/+2
| | | | when showEventsSystem is true
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-0/+2
|
* SERVER-62785 Write change stream pre-images in the main storage engine ↵Mindaugas Malinauskas2022-03-231-4/+16
| | | | transaction for prepared transactions
* SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global ↵Jordi Serra Torrens2022-03-091-3/+2
| | | | | | user write blocking This reverts commit 5a3ec65dd434f7700ba2f2b173c35a7c4b022437.
* Revert "SERVER-63519 Extend RecoverableCriticalSectionService to accommodate ↵auto-revert-processor2022-03-091-2/+3
| | | | | | global user write blocking" This reverts commit 4a1f01267e8723f4eba6aa264466fd6b27cb2ab9.
* SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global ↵Jordi Serra Torrens2022-03-081-3/+2
| | | | user write blocking
* SERVER-63521 Add UserWriteBlockModeOpObserver to enforce write blockingGabriel Marks2022-03-031-0/+220