[TD-225]fix compiler error.

This commit is contained in:
Haojun Liao 2021-01-20 12:17:11 +08:00
parent bcf2e49015
commit 73e5bf9aec
1 changed files with 1 additions and 1 deletions

View File

@ -2351,8 +2351,8 @@ int32_t tscGetTableMeta(SSqlObj *pSql, STableMetaInfo *pTableMetaInfo) {
char name[TSDB_TABLE_FNAME_LEN] = {0};
tNameExtractFullName(&pTableMetaInfo->name, name);
int32_t len = strlen(name);
size_t len = strlen(name);
taosHashGetClone(tscTableMetaInfo, name, len, NULL, pTableMetaInfo->pTableMeta, -1);
// TODO resize the tableMeta