mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 08:23:29 +00:00
When we query schema keyspaces after we have applied a delete mutation, the dropped keyspace does not exist in the "after" result set. Fix the merge_keyspaces() algorithm to take that into account. Makes merge_keyspaces() really call to database::drop_keyspace() when a keyspace is dropped. Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>