1
0
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:
David Hall
2017-02-20 11:43:46 -06:00
parent df343ffab1
commit def06be564

View File

@ -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
*/