You've already forked mariadb-columnstore-engine
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:
@@ -65,6 +65,8 @@ bool ReadTask::run()
|
||||
}
|
||||
break;
|
||||
}
|
||||
if (err == 0)
|
||||
break;
|
||||
resp->returnCode += err;
|
||||
resp->payloadLen += err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user