1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

chore(): a note about unprotected crit section

This commit is contained in:
drrtuy
2025-07-12 14:13:21 +00:00
parent e21200da19
commit 9f5ddd33bc

View File

@@ -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();
}