[td-225] merge develop.
This commit is contained in:
parent
7a37f750c3
commit
e7a6dae6e9
|
@ -3030,6 +3030,7 @@ int32_t tscQueryInfoCopy(SQueryInfo* pQueryInfo, const SQueryInfo* pSrc) {
|
|||
pQueryInfo->numOfTables = 0;
|
||||
pQueryInfo->window = pSrc->window;
|
||||
pQueryInfo->sessionWindow = pSrc->sessionWindow;
|
||||
pQueryInfo->globalMerge = pSrc->globalMerge;
|
||||
pQueryInfo->pTableMetaInfo = NULL;
|
||||
|
||||
pQueryInfo->bufLen = pSrc->bufLen;
|
||||
|
|
Loading…
Reference in New Issue