diff options
author | Dwight <dwight@10gen.com> | 2012-11-01 12:33:17 -0400 |
---|---|---|
committer | Dwight <dwight@10gen.com> | 2012-11-01 12:33:17 -0400 |
commit | a2b519b7cc258b92fc967753057d89406797705d (patch) | |
tree | cf1fd999b52b0c928475756238b2d6d3b6405987 /src/mongo/client/dbclientinterface.h | |
parent | 31d8300e6d9251756c52f8c43da19f9dd3f0496c (diff) | |
download | mongo-a2b519b7cc258b92fc967753057d89406797705d.tar.gz |
clarification int he comments for the driver and tweak error message
Diffstat (limited to 'src/mongo/client/dbclientinterface.h')
-rw-r--r-- | src/mongo/client/dbclientinterface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/client/dbclientinterface.h b/src/mongo/client/dbclientinterface.h index dbbac79b966..8e01436df64 100644 --- a/src/mongo/client/dbclientinterface.h +++ b/src/mongo/client/dbclientinterface.h @@ -174,6 +174,9 @@ namespace mongo { * server:port * foo/server:port,server:port SET * server,server,server SYNC + * Warning - you usually don't want "SYNC", it's used + * for some special things such as sharding config servers. + * See syncclusterconnection.h for more info. * * tyipcal use * string errmsg, |