mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
Prevent the accidental dropping of system_auth and system_traces objects (keyspaces and tables) but allow their modification (including tables). We need to be able to modify keyspases in order to set/modify the replication strategy and its parameters. We need to be able to ALTER the tables in order to allow rolling upgrades when some of the tables has changed. Fixes #2346 Fixes #2338 Signed-off-by: Vlad Zolotarov <vladz@scylladb.com> Message-Id: <1494363335-20424-1-git-send-email-vladz@scylladb.com>