mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-20 14:19:43 +00:00
more debug
This commit is contained in:
@ -389,7 +389,7 @@ bool InetStreamSocket::readToMagic(long msecs, bool* isTimeOut, Stats* stats) co
|
||||
return false;
|
||||
else
|
||||
assert(0);
|
||||
throw SocketClosed("InetStreamSocket::readToMagic: Remote is closed");
|
||||
//throw SocketClosed("InetStreamSocket::readToMagic: Remote is closed");
|
||||
}
|
||||
|
||||
if (stats)
|
||||
|
Reference in New Issue
Block a user