mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
Reduce direct dependencies around query_processor without changing its cache layout. Forward-declare vector_store_client and query_processor users that only need declarations, keep the prepared-statement caches by value, and use prepared_statement::checked_weak_ptr directly in transport/server.cc.