提交 85d06561 编写于 作者: A Alexey Milovidov

dbms: fixed error with collations [#CONV-7651].

上级 8e586d94
......@@ -281,7 +281,7 @@ public:
bool operator()(size_t lhs, size_t rhs) const
{
return collator.compare(
return 0 > collator.compare(
reinterpret_cast<const char *>(&parent.chars[parent.offsetAt(lhs)]), parent.sizeAt(lhs),
reinterpret_cast<const char *>(&parent.chars[parent.offsetAt(rhs)]), parent.sizeAt(rhs));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册