mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
comment
This commit is contained in:
parent
277ff8dbf0
commit
f7692fea1a
@ -112,7 +112,9 @@ namespace mongo {
|
||||
*/
|
||||
bool replHasDatabases();
|
||||
|
||||
/** "embedded" calls to the local server directly. */
|
||||
/** "embedded" calls to the local server directly.
|
||||
Caller does not need to lock, that is handled within.
|
||||
*/
|
||||
class DBDirectClient : public DBClientBase {
|
||||
public:
|
||||
virtual auto_ptr<DBClientCursor> query(const string &ns, Query query, int nToReturn = 0, int nToSkip = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user