Ran
|
Files
514
|
Run time
25s
|
Badge
Embed ▾
README BADGES
|
push
github
sql: do not use raw index for count Currently, we use raw index for count operation instead of `box_index_count`. As a result, we skip a check if current transaction can continue and we don't begin transaction in engine if needed. So, if count statement is the first in a transaction, it won't be tracked by MVCC since it wasn't notified about the transaction. The commit fixes the mistake. Also, the commit adds a check if count was successful and covers it with a test. Closes #10825 NO_DOC=bugfix (cherry picked from commit 0656a9231)
68528 of 121752 branches covered (56.28%)
101139 of 115906 relevant lines covered (87.26%)
2773046.61 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|