You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-27 16:01:57 +03:00
Started writing unit tests to verify SM does the right thing
when given short data (sender crashed).
This commit is contained in:
@@ -116,7 +116,7 @@ bool ListDirectoryTask::run()
|
||||
|
||||
sm_response *resp = (sm_response *) buf;
|
||||
resp->header.type = SM_MSG_START;
|
||||
resp->header.payloadLen = payloadLen + sizeof(sm_response) - sizeof(sm_msg_header); // the +4 is for the length of the return code
|
||||
resp->header.payloadLen = payloadLen + sizeof(sm_response) - sizeof(sm_msg_header);
|
||||
resp->header.flags = 0;
|
||||
resp->returnCode = 0;
|
||||
listdir_resp *r = (listdir_resp *) resp->payload;
|
||||
|
Reference in New Issue
Block a user