Files
scylladb/db
Piotr Smaron 7d83a264ac db: fix clear_snapshot() atomicity and use C++23 lambda form
clear_snapshot() applies a table filter independently in
each keyspace, so logical index names must be resolved
per keyspace on the delete path as well.

Resolve all keyspaces before deleting anything so a later
failure cannot partially remove a snapshot, and use the
explicit-object-parameter coroutine lambda form for the
asynchronous implementation.
2026-04-08 13:36:27 +02:00
..
2025-12-07 00:09:13 +02:00
2026-03-18 19:24:27 +01:00
2026-03-18 19:24:27 +01:00