set options flag when $err is returned
This commit is contained in:
@@ -293,10 +293,7 @@ void receivedQuery(DbResponse& dbresponse, /*AbstractMessagingPort& dbMsgPort, *
|
||||
msgdata = (QueryResult *) b.buf();
|
||||
b.decouple();
|
||||
QueryResult *qr = msgdata;
|
||||
qr->_data[0] = queryError;
|
||||
qr->_data[1] = 0;
|
||||
qr->_data[2] = 0;
|
||||
qr->_data[3] = 0;
|
||||
qr->resultFlags() = QueryResult::ResultFlag_ErrSet;
|
||||
qr->len = b.len();
|
||||
qr->setOperation(opReply);
|
||||
qr->cursorId = 0;
|
||||
|
||||
Reference in New Issue
Block a user