This commit is contained in:
wpan 2021-06-22 14:57:58 +08:00
parent ea329797bd
commit 8ae2c04c36
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@ TAOS_RES *taos_consume(TAOS_SUB *tsub) {
}
pSub->pSql = pSql;
pSql->pSubscription = pSub;
pSub->lastSyncTime = 0;
// no table list now, force to update it
tscDebug("begin table synchronization");