1
0
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:
drrtuy
2025-07-12 14:13:21 +00:00
parent 991f8953e3
commit c1d3e9be0f

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