Merge pull request #1204 from taosdata/beta/v1.6.6.0
for windows compile
This commit is contained in:
commit
e7bc44baa5
|
@ -3194,7 +3194,7 @@ static void diff_function(SQLFunctionCtx *pCtx) {
|
||||||
GET_RES_INFO(pCtx)->numOfRes += forwardStep;
|
GET_RES_INFO(pCtx)->numOfRes += forwardStep;
|
||||||
|
|
||||||
pCtx->aOutputBuf += forwardStep * pCtx->outputBytes;
|
pCtx->aOutputBuf += forwardStep * pCtx->outputBytes;
|
||||||
pCtx->ptsOutputBuf += forwardStep * TSDB_KEYSIZE;
|
pCtx->ptsOutputBuf = (char*)pCtx->ptsOutputBuf + forwardStep * TSDB_KEYSIZE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue