1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-17 01:02:23 +03:00

Readded EOF handling in readtask.

This commit is contained in:
Patrick LeBlanc
2019-02-05 13:59:35 -06:00
parent ca1f08e4aa
commit 9563e2f989

View File

@@ -65,6 +65,8 @@ bool ReadTask::run()
}
break;
}
if (err == 0)
break;
resp->returnCode += err;
resp->payloadLen += err;
}