housepower / ckman

This is a tool which used to manage and monitor ClickHouse database
Apache License 2.0
438 stars 108 forks source link

fix: the non-default database of the clickhouse cluster could not pur… #274

Closed qih1991 closed 1 year ago

qih1991 commented 1 year ago
  1. 避免非default数据库的表清除分区时,实际清除的是default.tableName表的分区;
  2. 避免非default数据库的表清除分区时无法执行成功;
  3. 错误打印中增加数据库名称,方便错误定位。