Commit 2d8eadf
authored
fix: Apply limit on matching rows, not read rows (#102)
Binary log browser is unintuitive to use with filters, the "max lines"
is applied before filtering.
Since we have bounded size of bin log (100MB per file) just reading
everything which is ~= 100MB of text is fine IMO.1 parent 246fed1 commit 2d8eadf
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
0 commit comments