mirror of
https://github.com/MariaDB/server.git
synced 2025-11-24 06:01:25 +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.