提交 9965f5e3 编写于 作者: N Nikolai Kochetov

swap source and last_exception in StorageSystemDictionaries

上级 76629e99
......@@ -33,8 +33,8 @@ StorageSystemDictionaries::StorageSystemDictionaries(const std::string & name)
{ "element_count", std::make_shared<DataTypeUInt64>() },
{ "load_factor", std::make_shared<DataTypeFloat64>() },
{ "creation_time", std::make_shared<DataTypeDateTime>() },
{ "last_exception", std::make_shared<DataTypeString>() },
{ "source", std::make_shared<DataTypeString>() }
{ "source", std::make_shared<DataTypeString>() },
{ "last_exception", std::make_shared<DataTypeString>() }
}
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册