Navigation Menu

Skip to content

Commit

Permalink
Use empty lines to show code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 20, 2014
1 parent 05336c5 commit ed08f07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ha_mroonga.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit ed08f07

Please sign in to comment.