You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +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();
|
lk.lock();
|
||||||
it = fSessionMessages.find(senderID);
|
it = fSessionMessages.find(senderID);
|
||||||
if (it != fSessionMessages.end())
|
if (it != fSessionMessages.end())
|
||||||
|
{
|
||||||
mqe = it->second;
|
mqe = it->second;
|
||||||
senderStats = &(mqe->stats);
|
senderStats = &(mqe->stats);
|
||||||
|
}
|
||||||
lk.unlock();
|
lk.unlock();
|
||||||
|
|
||||||
newClients[connection]->write(msg, NULL, senderStats);
|
newClients[connection]->write(msg, NULL, senderStats);
|
||||||
|
Reference in New Issue
Block a user