mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Register newly added purge thread to performance schema tracking.
rb://289, approved by Marko
This commit is contained in:
@ -328,6 +328,7 @@ extern mysql_pfs_key_t srv_lock_timeout_thread_key;
|
||||
extern mysql_pfs_key_t srv_error_monitor_thread_key;
|
||||
extern mysql_pfs_key_t srv_monitor_thread_key;
|
||||
extern mysql_pfs_key_t srv_master_thread_key;
|
||||
extern mysql_pfs_key_t srv_purge_thread_key;
|
||||
|
||||
/* This macro register the current thread and its key with performance
|
||||
schema */
|
||||
|
Reference in New Issue
Block a user