mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 14:15:46 +00:00
change syntax:
nodetool compact <keyspace>.<mytable>;
to
nodetool compact <keyspace> <mytable>;
Closes #11904
(cherry picked from commit 6bc455ebea)