mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
change syntax:
nodetool compact <keyspace>.<mytable>;
to
nodetool compact <keyspace> <mytable>;
Closes #11904
(cherry picked from commit 6bc455ebea)