1
0
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:
jyang
2010-04-22 14:51:43 -07:00
parent 30a1cedb07
commit 477b7115d4
4 changed files with 8 additions and 1 deletions

View File

@ -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 */