index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
error_labels_test.cpp
Age
Commit message (
Expand
)
Author
2024-05-31
SERVER-89440: Add StreamProcessingUserError and StreamProcessingRetryableErro...
mongodb-matthew-normyle
2024-05-08
SERVER-89855 Set CurOp nss and opDescription within same client lock (#21702)
Sophia Tan
2024-04-02
SERVER-88205 Remove redundant `$db` parses from aggregation parsing (#20565)
Patrick Freed
2024-03-22
SERVER-88063: Add RetryableWriteError label when write operation fails with S...
Wenqin
2024-03-14
SERVER-78495 Throw out vestiges of enableFinerGrainedCatalogCacheRefresh from...
Tommaso Tocci
2023-07-06
SERVER-78396 Avoid calling deprecated NamespaceString::db() in unit test code
Didier Nadeau
2023-07-04
SERVER-77506 Require OperationSessionInfoFromClient to be constructed with mi...
Kaloian Manassiev
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-02-17
SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...
Patrick Freed
2023-02-15
Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...
liubov.molchanova
2023-02-15
SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...
Patrick Freed
2023-02-08
SERVER-73112 Expose function to construct NamespaceString in unit tests
jannaerin
2022-08-17
SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...
Shin Yee Tan
2022-06-07
SERVER-66479 Add NoWritesPerformed error label
Brett Nawrocki
2022-05-27
SERVER-66849 Error labels should account for cluster abort and commit commands
Jack Mulrow
2021-05-26
SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...
Cheahuychou Mao
2021-05-20
SERVER-56261 remove invariant that RetryableWriteError and TransientTransacti...
Haley Connelly
2021-04-06
SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...
Jordi Serra Torrens
2021-01-30
SERVER-51624 Modify query commands to enforce API version 1 behaviour
Ruoxin Xu
2021-01-07
SERVER-51649 Convert aggregate command input to IDL
Ruoxin Xu
2020-12-16
SERVER-52947: Tenant migration donor should attach TransientTransactionError ...
Andrew Shuvalov
2020-09-03
SERVER-50408 Change NotMaster error name to NotWritablePrimary
Pavi Vetriselvan
2020-02-21
SERVER-46103 Retain NonResumableChangeStreamError label for 4.4
Bernard Gorman
2020-02-07
SERVER-45505 Add ResumableChangeStreamError error label
Bernard Gorman
2019-11-06
SERVER-41245: Add RetryableWriteError error label
Lingzhi Deng