-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Implementation
-
Environment:All
Using grep I am seeing that we might depend on this in certain places within the legacy driver.
src/mongo/client/dbclient.cpp 1227: strstr( e.valuestr(), "no such cmd: saslStart"))); 1600: ( errmsg.find( "no such cmd" ) != string::npos ) 2225: ( errmsg.find( "no such cmd" ) != string::npos )
- is depended on by
-
DRIVERS-192 Error message changed for command not found
- Closed