Merge pull request #6575 from taosdata/hotfix/TD-4642-3
[TD-4642]reset last sync time
This commit is contained in:
commit
84db1dd660
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue