提交 e7b7f6f7 编写于 作者: A alexey-milovidov

Update MergeTreeData.cpp

上级 6262fc86
......@@ -1612,7 +1612,7 @@ void MergeTreeData::addPartContributionToColumnSizes(const DataPartPtr & part)
}
}
inline void logSubtract(size_t & from, size_t value, Logger * log, const String & variable)
static inline void logSubtract(size_t & from, size_t value, Logger * log, const String & variable)
{
if (value > from)
LOG_ERROR(log, "Possibly incorrect subtraction: " << from << " - " << value << " = " << from - value << ", variable " << variable);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册