Skip to main content

Killed

Short Description

Someone has sent a KILL statement to the thread and it should abort next time it checks the kill flag.

Detailed Description​

Someone has sent a KILL statement to the thread and it should abort next time it checks the kill flag. The flag is checked in each major loop in MySQL, but in some cases it might still take a short time for the thread to die. If the thread is locked by some other thread, the kill takes effect as soon as the other thread releases its lock.

How to reduce this wait​

Not available yet. Contributions welcome.

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.