Kouhei Sutou
null+****@clear*****
Sun Apr 20 21:21:26 JST 2014
Kouhei Sutou 2014-04-20 21:21:26 +0900 (Sun, 20 Apr 2014) New Revision: ed08f079bb912e96325498f0ee9dd33eb2bfed23 https://github.com/mroonga/mroonga/commit/ed08f079bb912e96325498f0ee9dd33eb2bfed23 Message: Use empty lines to show code blocks Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+2 -3) =================================================================== --- ha_mroonga.cpp 2014-04-20 21:20:10 +0900 (54980d2) +++ ha_mroonga.cpp 2014-04-20 21:21:26 +0900 (785b5a1) @@ -635,13 +635,12 @@ static void mrn_log_file_update(THD *thd, struct st_mysql_sys_var *var, MRN_DBUG_ENTER_FUNCTION(); const char *new_value = *((const char **)save); char **old_value_ptr = (char **)var_ptr; - const char *new_log_file_name; grn_ctx ctx; - grn_ctx_init(&ctx, 0); mrn_change_encoding(&ctx, system_charset_info); - + + const char *new_log_file_name; new_log_file_name = *old_value_ptr; if (strcmp(*old_value_ptr, new_value) == 0) { -------------- next part -------------- HTML����������������������������...Download