Merge pull request #26083 from taosdata/fix/TD-30200-3.0
fix: last cache rebuild from multi brinBlk
This commit is contained in:
commit
5c1c65751a
|
@ -2772,7 +2772,7 @@ static int32_t getNextRowFromFS(void *iter, TSDBROW **ppRow, bool *pIgnoreEarlie
|
|||
}
|
||||
|
||||
state->state = SFSNEXTROW_INDEXLIST;
|
||||
state->iBrinIndex = indexSize;
|
||||
state->iBrinIndex = 1;
|
||||
}
|
||||
|
||||
_check_stt_data:
|
||||
|
|
Loading…
Reference in New Issue