Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
All
Description
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 )
|
Attachments
Issue Links
- is depended on by
-
DRIVERS-192 Error message changed for command not found
-
- Closed
-