You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-835 Fix non-braced 'if'
This commit is contained in:
@ -772,8 +772,10 @@ void DistributedEngineComm::write(messageqcpp::ByteStream &msg, uint32_t connect
|
||||
lk.lock();
|
||||
it = fSessionMessages.find(senderID);
|
||||
if (it != fSessionMessages.end())
|
||||
{
|
||||
mqe = it->second;
|
||||
senderStats = &(mqe->stats);
|
||||
}
|
||||
lk.unlock();
|
||||
|
||||
newClients[connection]->write(msg, NULL, senderStats);
|
||||
|
Reference in New Issue
Block a user