chore: more code

This commit is contained in:
kailixu 2023-05-08 15:47:48 +08:00
parent a049ae6f9d
commit 29adb77d94
1 changed files with 2 additions and 0 deletions

View File

@ -1342,6 +1342,8 @@ int taos_load_table_info(TAOS *taos, const char *tableNameList) {
goto _return;
}
pRequest->syncQuery = true;
STscObj *pTscObj = pRequest->pTscObj;
code = transferTableNameList(tableNameList, pTscObj->acctId, pTscObj->db, &catalogReq.pTableMeta);
if (code) {