You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-13 16:01:32 +03:00
changes for ssize_t messaging
This commit is contained in:
@ -90,7 +90,7 @@ int SocketPool::send_recv(messageqcpp::ByteStream &in, messageqcpp::ByteStream *
|
||||
uint length = in.length();
|
||||
int sock = -1;
|
||||
const uint8_t *inbuf = in.buf();
|
||||
int err = 0;
|
||||
ssize_t err = 0;
|
||||
|
||||
while (sock < 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user