[td-225]fix compiler error.

This commit is contained in:
Haojun Liao 2021-07-22 18:51:43 +08:00
parent 97159f54da
commit 339fe7358b
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ void* taosCacheTimedRefresh(void *handle) {
taosArrayRemove(pCacheArrayList, i); taosArrayRemove(pCacheArrayList, i);
size = taosArrayGetSize(pCacheArrayList); size = taosArrayGetSize(pCacheArrayList);
uDebug("%s is destroying, remove it from refresh list, remain cache obj:%"PRId64, pCacheObj->name, size); uDebug("%s is destroying, remove it from refresh list, remain cache obj:%"PRIzu, pCacheObj->name, size);
pCacheObj->deleting = 0; //reset the deleting flag to enable pCacheObj does self destroy process pCacheObj->deleting = 0; //reset the deleting flag to enable pCacheObj does self destroy process
// all contained caches has been marked to be removed, destroy the scanner it self. // all contained caches has been marked to be removed, destroy the scanner it self.