Navigation Menu

Skip to content

Commit

Permalink
remove a trailing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 8, 2011
1 parent 9219f87 commit 5300c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -1754,7 +1754,7 @@ int ha_mroonga::update_row(const uchar *old_data, uchar *new_data)
if (strncmp(MRN_ID_COL_NAME, col_name, col_name_size) == 0) {
my_message(ER_DATA_TOO_LONG, "cannot update value to _id column", MYF(0));
DBUG_RETURN(ER_DATA_TOO_LONG);
}
}
if (strncmp(MRN_SCORE_COL_NAME, col_name, col_name_size) == 0) {
my_message(ER_DATA_TOO_LONG, "cannot update value to _score column", MYF(0));
DBUG_RETURN(ER_DATA_TOO_LONG);
Expand Down

0 comments on commit 5300c67

Please sign in to comment.