You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-12 05:01:56 +03:00
Updated the storage-manager ref. Made SMComm send absolute
paths rather than relative ones.
This commit is contained in:
@ -78,7 +78,7 @@ SocketPool::~SocketPool()
|
||||
if (err < 0) \
|
||||
{ \
|
||||
cout << "SP: got an error on the socket" << endl; \
|
||||
returnSocket(sock); \
|
||||
remoteClosed(sock); \
|
||||
return -1; \
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user