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%)
5 of 5 new or added lines in 2 files covered. (100.0%)
22 existing lines in 14 files now uncovered.101139 of 115906 relevant lines covered (87.26%)
2773046.61 hits per line
The file "src/lib/msgpuck/msgpuck.h" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.