Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage engine does not check thd->killed during pushdown processing #75

Open
greenlion opened this issue Nov 2, 2021 · 0 comments
Open

Comments

@greenlion
Copy link
Owner

It is basically impossible to kill a query until at least one row has been iterated from the storage engine (because the SE wrapper in the server checks thd->killed before invoking ha_warp::rnd_next.

At various points in ha_warp::rnd_next should check table->in_use->killed. [I think]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant