提交 f697e079 编写于 作者: S slguan

fix issue #525

上级 c00c4c55
......@@ -3293,7 +3293,13 @@ bool spread_function(SQLFunctionCtx *pCtx) {
}
}
} else {
// do nothing
if (pCtx->intermediateBuf[0].dKey > pCtx->intermediateBuf[1].dKey) {
pCtx->intermediateBuf[0].dKey = pCtx->intermediateBuf[1].dKey;
}
if (pCtx->intermediateBuf[3].dKey < pCtx->intermediateBuf[2].dKey) {
pCtx->intermediateBuf[3].dKey = pCtx->intermediateBuf[2].dKey;
}
}
goto _spread_over;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册