You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
chore(): a note about unprotected crit section
This commit is contained in:
@@ -595,6 +595,8 @@ void TupleHashJoinStep::djsReaderFcn(int index)
|
|||||||
|
|
||||||
for (auto& diskJoinStep : djs)
|
for (auto& diskJoinStep : djs)
|
||||||
{
|
{
|
||||||
|
// TODO add and verify mutex
|
||||||
|
// boost::mutex::scoped_lock lk(*fStatsMutexPtr);
|
||||||
fExtendedInfo += diskJoinStep->extendedInfo();
|
fExtendedInfo += diskJoinStep->extendedInfo();
|
||||||
fMiniInfo += diskJoinStep->miniInfo();
|
fMiniInfo += diskJoinStep->miniInfo();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user