|
Ran
|
Jobs
1
|
Files
513
|
Run time
2min
|
Badge
README BADGES
|
push
github
memtx: do not pass pagination key to MVCC Currently, when starting an iterator in memtx tree on a range request, we pass key from `start_data` to memtx MVCC. The problem is `start_data` can contain pagination key that is extracted with `cmp_def`, but MVCC performs all comparisons with `key_def`. Fortunately, first parts of `cmp_def` is actually `key_def` of the index, so let's crop `start_data` by passing `part_count` not greater than `key_def->part_count` to MVCC. Closes #10448 NO_DOC=bugfix (cherry picked from commit 0dca0076c)
67674 of 120070 branches covered (56.36%)
2 of 2 new or added lines in 1 file covered. (100.0%)
24 existing lines in 13 files now uncovered.100344 of 115130 relevant lines covered (87.16%)
2459907.63 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 10528418550.1 | 0 |
87.16 |
GitHub Action Run |