Navigation Menu

Skip to content

Commit

Permalink
Remove needless version check
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 19, 2015
1 parent 74a6b68 commit 411f5b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ha_mroonga.cpp
Expand Up @@ -9187,7 +9187,6 @@ bool ha_mroonga::find_token_filters(KEY *key_info, grn_obj *token_filters)
{
MRN_DBUG_ENTER_METHOD();
bool found = false;
#if MYSQL_VERSION_ID >= 50500
if (key_info->comment.length > 0) {
mrn::ParametersParser parser(key_info->comment.str,
key_info->comment.length);
Expand All @@ -9197,7 +9196,6 @@ bool ha_mroonga::find_token_filters(KEY *key_info, grn_obj *token_filters)
found = find_token_filters_fill(token_filters, names, strlen(names));
}
}
#endif
DBUG_RETURN(found);
}

Expand Down

0 comments on commit 411f5b4

Please sign in to comment.