[jira none]

This commit is contained in:
hjxilinx 2019-11-28 12:02:32 +08:00
parent 19ceadd6b2
commit 07a670027b
1 changed files with 1 additions and 1 deletions

View File

@ -3191,7 +3191,7 @@ static void diff_function(SQLFunctionCtx *pCtx) {
} else { \
*(type *)(ctx)->aOutputBuf = *(type *)(d) - (*(type *)(&(ctx)->param[1].i64Key)); \
*(type *)(&(ctx)->param[1].i64Key) = *(type *)(d); \
*(int64_t *)(ctx)->ptsOutputBuf = *(int64_t *)((ctx)->ptsList[index]); \
*(int64_t *)(ctx)->ptsOutputBuf = (ctx)->ptsList[index]; \
} \
} while (0);