mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Avoid calling current_thd from thd_kill_level(). This reduces number of pthread_getspecific() calls from 776 to 354. Also thd_kill_level(NULL) is not permitted anymore: this saves one condition.