mirror of https://github.com/MariaDB/server
Browse Source
Fix the issue introduced in ec2574fd8f, fix for MDEV-31983:
get_quick_record_count() must set quick_count=0 when it got
IMPOSSIBLE_RANGE from test_quick_select.
Failure to do so will cause an assertion in 11.0, when the number of
quick select rows (0) is checked to be lower than the number of
found_records (which is capped up to 1).
pull/2829/head
committed by
Oleksandr Byelkin
4 changed files with 46 additions and 0 deletions
Loading…
Reference in new issue