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:
@ -145,7 +145,7 @@ public:
|
|||||||
|
|
||||||
/** @brief Wait for a specific thread
|
/** @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
|
/** @brief for use in debugging
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user