fix tbnameIn bug on normal table
This commit is contained in:
parent
b30e411f8b
commit
2af319ac0a
|
@ -439,7 +439,9 @@ static SColumnInfoData* getColInfoResult(void* metaHandle, int64_t suid, SArray*
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (suid != 0) {
|
||||||
removeInvalidTable(uidList, tags);
|
removeInvalidTable(uidList, tags);
|
||||||
|
}
|
||||||
|
|
||||||
int32_t rows = taosArrayGetSize(uidList);
|
int32_t rows = taosArrayGetSize(uidList);
|
||||||
if (rows == 0) {
|
if (rows == 0) {
|
||||||
|
|
Loading…
Reference in New Issue