mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
storage_service/keyspaces?type=user along with user keyspaces returned the keyspaces that were internal but non-system. The list of the keyspaces for the user option (storage_service/keyspaces?type=user) contains neither system nor internal but only user keyspaces. Fixes: #11042 Closes #11049