未验证 提交 ea4aa346 编写于 作者: A alexey-milovidov 提交者: GitHub

Little bit more pretty

上级 4942d850
......@@ -3484,10 +3484,7 @@ std::optional<UInt64> StorageReplicatedMergeTree::totalBytes() const
void StorageReplicatedMergeTree::assertNotReadonly() const
{
if (is_readonly)
{
auto err = "Table is in readonly mode (zookeeper path: " + zookeeper_path + ")";
throw Exception(err, ErrorCodes::TABLE_IS_READ_ONLY);
}
throw Exception(ErrorCodes::TABLE_IS_READ_ONLY, "Table is in readonly mode (zookeeper path: {})", zookeeper_path);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册