Navigation Menu

Skip to content

Commit

Permalink
[mysql56] add const.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 31, 2012
1 parent 1f72152 commit 0a0e2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -249,7 +249,7 @@ static void mrn_init_encoding_map()
DBUG_VOID_RETURN;
}

static int mrn_change_encoding(grn_ctx *ctx, CHARSET_INFO *charset)
static int mrn_change_encoding(grn_ctx *ctx, const CHARSET_INFO *charset)
{
MRN_DBUG_ENTER_FUNCTION();
if (!charset)
Expand Down

0 comments on commit 0a0e2c5

Please sign in to comment.