-
Type: Task
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
Repl 2018-03-26
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.
- related to
-
SERVER-33659 add no-trace variant fassertStatusOK that accepts StatusWith
- Closed
-
SERVER-34364 add Status support to invariant()
- Closed