SWAG at flagging query errors via the flags int in the query response.
This is just to motivate getting this done :) https://10gen.fogbugz.com/default.asp?1138
This commit is contained in:
@@ -293,7 +293,7 @@ void receivedQuery(DbResponse& dbresponse, /*AbstractMessagingPort& dbMsgPort, *
|
||||
msgdata = (QueryResult *) b.buf();
|
||||
b.decouple();
|
||||
QueryResult *qr = msgdata;
|
||||
qr->_data[0] = 0;
|
||||
qr->_data[0] = queryError;
|
||||
qr->_data[1] = 0;
|
||||
qr->_data[2] = 0;
|
||||
qr->_data[3] = 0;
|
||||
|
||||
Reference in New Issue
Block a user