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 411f5b4 commit 3321f5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ha_mroonga.cpp
Expand Up @@ -9165,7 +9165,6 @@ bool ha_mroonga::find_index_column_flags(KEY *key_info, grn_obj_flags *index_col
{
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 @@ -9179,7 +9178,6 @@ bool ha_mroonga::find_index_column_flags(KEY *key_info, grn_obj_flags *index_col
index_column_flags);
}
}
#endif
DBUG_RETURN(found);
}

Expand Down

0 comments on commit 3321f5a

Please sign in to comment.