This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Commit c83bf66
committed
fix: directly return when found no table datas to replay (#1062)
## Rationale
Now it will still scan logs from wal when no table datas needed to
replay, it should directly return actually.
## Detailed Changes
Add a fast path to return directly when no table datas needed to replay.
## Test Plan
Test manually.1 parent f0e6da1 commit c83bf66
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
360 | 369 | | |
361 | 370 | | |
362 | 371 | | |
| |||
0 commit comments