提交 4a9ad533 编写于 作者: wmmhello's avatar wmmhello

fix error if pRight->value.nLen==0

上级 8c41658f
......@@ -5034,7 +5034,7 @@ int32_t handleNeOptr(tSqlExpr** rexpr, tSqlExpr* expr) {
}
void convertWhereStringCharset(tSqlExpr* pRight){
if(pRight->value.nType != TSDB_DATA_TYPE_BINARY){
if(pRight->value.nType != TSDB_DATA_TYPE_BINARY || pRight->value.nLen == 0){
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册