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
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)
|
||||
{
|
||||
// TODO add and verify mutex
|
||||
// boost::mutex::scoped_lock lk(*fStatsMutexPtr);
|
||||
fExtendedInfo += diskJoinStep->extendedInfo();
|
||||
fMiniInfo += diskJoinStep->miniInfo();
|
||||
}
|
||||
|
Reference in New Issue
Block a user