1
0
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:
Ben Thompson
2019-07-01 12:28:11 -05:00
parent b30ee07318
commit 4c5866bcca
2 changed files with 11 additions and 11 deletions

View File

@ -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)
{