You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-513 Use vector ref for join to prevent vector copy.
This commit is contained in:
@ -134,7 +134,7 @@ void ThreadPool::join(uint64_t thrHandle)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ThreadPool::join(std::vector<uint64_t> thrHandle)
|
void ThreadPool::join(std::vector<uint64_t>& thrHandle)
|
||||||
{
|
{
|
||||||
boost::mutex::scoped_lock lock1(fMutex);
|
boost::mutex::scoped_lock lock1(fMutex);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user