1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-18 13:54:11 +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; break;
} }
if (err == 0)
break;
resp->returnCode += err; resp->returnCode += err;
resp->payloadLen += err; resp->payloadLen += err;
} }