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