mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02: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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| semisync.cc | ||
| semisync.h | ||
| semisync_master.cc | ||
| semisync_master.h | ||
| semisync_master_plugin.cc | ||
| semisync_slave.cc | ||
| semisync_slave.h | ||
| semisync_slave_plugin.cc | ||