mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 09:06:21 +01:00
fix qo test
This commit is contained in:
parent
b2584c1222
commit
08d0a95688
@ -31,6 +31,7 @@ namespace mongo {
|
||||
extern BSONObj id_obj;
|
||||
auto_ptr< QueryResult > runQuery(Message& m, QueryMessage& q ){
|
||||
CurOp op( &(cc()) );
|
||||
op.ensureStarted();
|
||||
return runQuery( m , q , op );
|
||||
}
|
||||
} // namespace mongo
|
||||
|
Loading…
Reference in New Issue
Block a user