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:
Geir Magnusson Jr
2009-01-08 22:05:51 -05:00
parent d0112b7569
commit da9a8dcac0
2 changed files with 9 additions and 1 deletions

View File

@@ -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;