You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-17 01:02:23 +03:00
Fixed read/write/append responses.
This commit is contained in:
@@ -58,10 +58,11 @@ void ReadTask::run()
|
||||
if (count > 0)
|
||||
outbuf32[1] = count;
|
||||
else {
|
||||
int l_errno = errno;
|
||||
outbuf.resize(16);
|
||||
outbuf32[1] = 8;
|
||||
outbuf32[2] = err;
|
||||
outbuf32[3] = errno;
|
||||
outbuf32[3] = l_errno;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user