Kouhei Sutou
null+****@clear*****
Sun Sep 13 21:27:27 JST 2015
Kouhei Sutou 2015-09-13 21:27:27 +0900 (Sun, 13 Sep 2015) New Revision: 2d2fd10c646c739e3bc35ec43a0150e89eecc66d https://github.com/mroonga/mroonga/commit/2d2fd10c646c739e3bc35ec43a0150e89eecc66d Message: Add "mrn::" prefix to mutex key name Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+7 -7) =================================================================== --- ha_mroonga.cpp 2015-09-10 10:03:17 +0900 (0986579) +++ ha_mroonga.cpp 2015-09-13 21:27:27 +0900 (384d527) @@ -270,14 +270,14 @@ static PSI_mutex_key mrn_db_manager_mutex_key; static PSI_mutex_info mrn_mutexes[] = { - {&mrn_open_tables_mutex_key, "open_tables", PSI_FLAG_GLOBAL}, - {&mrn_long_term_share_mutex_key, "long_term_share", PSI_FLAG_GLOBAL}, - {&mrn_allocated_thds_mutex_key, "allocated_thds", PSI_FLAG_GLOBAL}, - {&mrn_share_mutex_key, "share", 0}, + {&mrn_open_tables_mutex_key, "mrn::open_tables", PSI_FLAG_GLOBAL}, + {&mrn_long_term_share_mutex_key, "mrn::long_term_share", PSI_FLAG_GLOBAL}, + {&mrn_allocated_thds_mutex_key, "mrn::allocated_thds", PSI_FLAG_GLOBAL}, + {&mrn_share_mutex_key, "mrn::share", 0}, {&mrn_long_term_share_auto_inc_mutex_key, - "long_term_share::auto_inc", 0}, - {&mrn_log_mutex_key, "log", PSI_FLAG_GLOBAL}, - {&mrn_db_manager_mutex_key, "DatabaseManager", PSI_FLAG_GLOBAL} + "mrn::long_term_share::auto_inc", 0}, + {&mrn_log_mutex_key, "mrn::log", PSI_FLAG_GLOBAL}, + {&mrn_db_manager_mutex_key, "mrn::DatabaseManager", PSI_FLAG_GLOBAL} }; #endif -------------- next part -------------- HTML����������������������������...下载