mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
Fix the check in read_schema_for_keyspaces() to not insert empty result sets in the return value. There's no functional change as the merge algorithms already deal with the case. However, the code is now closer to what origin does. Spotted while reading the code. Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>