Skip to content

ImplicitCollection: thread-checker fixes

Frank Winklmeier requested to merge fwinkl/athena:impcoll into master

ImplicitCollectionIterator is not thread-safe due to the use of the mutable m_rowBuffer. This also makes ImplicitCollection not thread-safe (strictly speaking only the newQuery method).

Merge request reports