Navigation Menu

Skip to content

Commit

Permalink
Suppress a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 19, 2016
1 parent 8caf061 commit 099e869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -8315,7 +8315,7 @@ grn_rc ha_mroonga::generic_ft_init_ext_prepare_expression_in_boolean_mode(
char error_message[MRN_MESSAGE_BUFFER_SIZE];
snprintf(error_message, MRN_MESSAGE_BUFFER_SIZE,
"failed to parse fulltext search keyword: <%.*s>: <%s>",
key->length(), key->ptr(),
static_cast<int>(key->length()), key->ptr(),
info->ctx->errbuf);
ulong action = THDVAR(ha_thd(), action_on_fulltext_query_error);
switch (static_cast<mrn_action_on_error>(action)) {
Expand Down

0 comments on commit 099e869

Please sign in to comment.