mirror of https://github.com/MariaDB/server
Browse Source
Calculating the estimated number of records for a range scan may take a significant time, and it was impossible for a user to interrupt that process by killing the connection or the query. Fixed by checking the thread's 'killed' status in check_quick_keys() and interrupting the calculation process if it is set to a non-zero value.pull/374/head
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue