Comment 2 for bug 1179136

Revision history for this message
Alexey Kopytov (akopytov) wrote :

I think the fix would be to replicate changes to kill_one_thread() in thd_kill() from http://bazaar.launchpad.net/~mysql/mysql-server/5.5/revision/4046, i.e. only kill a thread if is not already undergoing a cleanup procedure.

Removing the ci tag, since it is not just a test case issue. It is a double cleanup issue manifesting itself as an assertion failure in debug builds.