Tasuku SUENAGA a.k.a. gunyarakun
null+****@clear*****
Thu Oct 4 10:20:51 JST 2012
Tasuku SUENAGA a.k.a. gunyarakun 2010-07-05 18:10:05 +0900 (Mon, 05 Jul 2010) New Revision: f369bf5e007be8ad5046b0f3fbb2f9ff69bbf05d https://github.com/mroonga/mroonga/commit/f369bf5e007be8ad5046b0f3fbb2f9ff69bbf05d Log: removed unused struct mrn_log_level_str. Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+1 -15) =================================================================== --- ha_mroonga.cc 2010-07-05 18:07:34 +0900 (3ad29f4) +++ ha_mroonga.cc 2010-07-05 18:10:05 +0900 (7e11af3) @@ -23,7 +23,7 @@ grn_hash *mrn_hash; pthread_mutex_t db_mutex; /* logging */ -const char *mrn_logfile_name=MRN_LOG_FILE_NAME; +const char *mrn_logfile_name = MRN_LOG_FILE_NAME; FILE *mrn_logfile = NULL; int mrn_logfile_opened = 0; @@ -45,20 +45,6 @@ grn_logger_info mrn_logger_info = { NULL }; -const char *mrn_log_level_str[] = -{ - "NONE", - "EMERG", - "ALERT", - "CRIT", - "ERROR", - "WARNING", - "NOTICE", - "INFO", - "DEBUG", - "DUMP" -}; - /* system functions */ struct st_mysql_storage_engine storage_engine_structure = -------------- next part -------------- HTML����������������������������...Download