Files
scylladb/service
Avi Kivity b2ca316516 storage_proxy: fix shared_ptr misuse in query_local()
Instead of using do_with(), we open-code it and do it badly, dropping
the reference count on the remote shard.

Fix by dropping the reference count on the local core.
2015-06-01 17:18:35 +02:00
..