Kouhei Sutou
null+****@clear*****
Tue Oct 8 14:27:06 JST 2013
Kouhei Sutou 2013-10-08 14:27:06 +0900 (Tue, 08 Oct 2013) New Revision: cd7ee4286a0bc8fae248bb4d00f1d8364438b475 https://github.com/mroonga/mroonga/commit/cd7ee4286a0bc8fae248bb4d00f1d8364438b475 Message: Remove a needless space Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+5 -5) =================================================================== --- ha_mroonga.cpp 2013-10-08 14:25:58 +0900 (42e69c9) +++ ha_mroonga.cpp 2013-10-08 14:27:06 +0900 (db04b6e) @@ -1392,19 +1392,19 @@ static int mrn_init(void *p) #ifdef _WIN32 HMODULE current_module = GetModuleHandle(NULL); mrn_binlog_filter = - *((Rpl_filter **) GetProcAddress(current_module, MRN_BINLOG_FILTER_PROC)); + *((Rpl_filter **)GetProcAddress(current_module, MRN_BINLOG_FILTER_PROC)); mrn_my_tz_UTC = - *((Time_zone **) GetProcAddress(current_module, MRN_MY_TZ_UTC_PROC)); + *((Time_zone **)GetProcAddress(current_module, MRN_MY_TZ_UTC_PROC)); # ifdef MRN_HAVE_TABLE_DEF_CACHE - mrn_table_def_cache = (HASH *) GetProcAddress(current_module, + mrn_table_def_cache = (HASH *)GetProcAddress(current_module, "?table_def_cache@@3Ust_hash@@A"); # endif mrn_LOCK_open = # if MYSQL_VERSION_ID >= 50500 - (mysql_mutex_t *) GetProcAddress(current_module, + (mysql_mutex_t *)GetProcAddress(current_module, "?LOCK_open@@3Ust_mysql_mutex@@A"); # else - (pthread_mutex_t *) GetProcAddress(current_module, + (pthread_mutex_t *)GetProcAddress(current_module, "?LOCK_open@@3U_RTL_CRITICAL_SECTION@@A"); # endif #else -------------- next part -------------- HTML����������������������������...Download