You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-513 Use vector ref for join to prevent vector copy.
This commit is contained in:
@ -145,7 +145,7 @@ public:
|
||||
|
||||
/** @brief Wait for a specific thread
|
||||
*/
|
||||
EXPORT void join(std::vector<uint64_t> thrHandle);
|
||||
EXPORT void join(std::vector<uint64_t>& thrHandle);
|
||||
|
||||
/** @brief for use in debugging
|
||||
*/
|
||||
|
Reference in New Issue
Block a user