You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Change posixtask::read to return int instead of bool and handle when data read is short of expected message length.
This commit is contained in:
@ -39,7 +39,7 @@ StatTask::~StatTask()
|
||||
}
|
||||
|
||||
#define check_error(msg, ret) \
|
||||
if (!success) \
|
||||
if (success<0) \
|
||||
{ \
|
||||
handleError(msg, errno); \
|
||||
return ret; \
|
||||
|
Reference in New Issue
Block a user