Details
-
Task
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
None
-
Fully Compatible
-
Repl 2018-03-26
Description
We have these two, with the same impl.:
inline void fassertStatusOK(int msgid, const Status& s); |
inline void fassert(int msgid, const Status& status); |
We should also make sure when we remove one they are consistent with the StatusWith and no-trace versions.
Attachments
Issue Links
- related to
-
SERVER-33659 add no-trace variant fassertStatusOK that accepts StatusWith
-
- Closed
-
-
SERVER-34364 add Status support to invariant()
-
- Closed
-