mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 08:23:29 +00:00
storage_proxy: move array instead of copy it.
This commit is contained in:
@@ -720,7 +720,7 @@ storage_proxy::create_write_response_handler(const mutation& m, db::consistency_
|
||||
|
||||
db::assure_sufficient_live_nodes(cl, ks, live_endpoints);
|
||||
|
||||
return create_write_response_handler(ks, cl, type, freeze(m), std::move(live_endpoints), pending_endpoints, dead_endpoints);
|
||||
return create_write_response_handler(ks, cl, type, freeze(m), std::move(live_endpoints), pending_endpoints, std::move(dead_endpoints));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user