You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
A small fix
Fix of .drone.jsonnet
This commit is contained in:
@@ -501,9 +501,10 @@ void WEClients::write(const messageqcpp::ByteStream& msg, uint32_t connection)
|
||||
fPmConnections[connection]->write(msg);
|
||||
else
|
||||
{
|
||||
ostringstream os;
|
||||
os << "Lost connection to WriteEngineServer on pm" << connection;
|
||||
throw runtime_error(os.str());
|
||||
// new behavior: connection client is nullptr means it is read-only.
|
||||
// ostringstream os;
|
||||
// os << "Lost connection to WriteEngineServer on pm" << connection;
|
||||
// throw runtime_error(os.str());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user