SERVER-85440 Support MONGO_UNIMPLEMENTED_TASSERT in errorcodes.py (#18177)
GitOrigin-RevId: cab185dfa4430aaca4fd2647978db3096c12fd11
This commit is contained in:
@@ -33,3 +33,4 @@ iasserted(28, "words");
|
||||
iassertNoTrace(29, "words");
|
||||
iassertedNoTrace(30, "words");
|
||||
MONGO_UNREACHABLE_TASSERT(31);
|
||||
MONGO_UNIMPLEMENTED_TASSERT(32);
|
||||
|
||||
Reference in New Issue
Block a user