Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:48:56 JST 2012
Kouhei Sutou 2011-06-08 10:58:08 +0900 (Wed, 08 Jun 2011) New Revision: 5300c673eec4b40a6592dbaf4a8e727b5fe64853 https://github.com/mroonga/mroonga/commit/5300c673eec4b40a6592dbaf4a8e727b5fe64853 Log: remove a trailing space. Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+1 -1) =================================================================== --- ha_mroonga.cc 2011-06-08 10:55:13 +0900 (d595915) +++ ha_mroonga.cc 2011-06-08 10:58:08 +0900 (e2fd541) @@ -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); -------------- next part -------------- HTML����������������������������...Download