提交 38ce963e 编写于 作者: S slguan

#1014 [TBASE-1376]

上级 dab5d073
...@@ -897,7 +897,6 @@ static FORCE_INLINE int32_t columnValueAscendingComparator(char *f1, char *f2, i ...@@ -897,7 +897,6 @@ static FORCE_INLINE int32_t columnValueAscendingComparator(char *f1, char *f2, i
return (ret < 0) ? -1 : 1; return (ret < 0) ? -1 : 1;
}; };
case TSDB_DATA_TYPE_NCHAR: { case TSDB_DATA_TYPE_NCHAR: {
int32_t b = bytes / TSDB_NCHAR_SIZE;
int32_t ret = tasoUcs4Compare(f1, f2, bytes); int32_t ret = tasoUcs4Compare(f1, f2, bytes);
if (ret == 0) { if (ret == 0) {
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册