Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:33:23 JST 2012
Kouhei Sutou 2011-12-19 16:57:49 +0900 (Mon, 19 Dec 2011) New Revision: cb6b748090982134c9d1b33b7ae09cbb5d3d669b https://github.com/mroonga/mroonga/commit/cb6b748090982134c9d1b33b7ae09cbb5d3d669b Log: add a missing break. Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+1 -0) =================================================================== --- ha_mroonga.cc 2011-12-19 16:32:21 +0900 (7f5c3ee) +++ ha_mroonga.cc 2011-12-19 16:57:49 +0900 (a307bca) @@ -565,6 +565,7 @@ static grn_builtin_type mrn_grn_type_from_field(grn_ctx *ctx, Field *field, break; case MYSQL_TYPE_NEWDECIMAL: // ??? type = GRN_DB_SHORT_TEXT; // 4Kbytes + break; case MYSQL_TYPE_ENUM: // ENUM; <= 2bytes type = GRN_DB_INT16; // 2bytes break; -------------- next part -------------- HTML����������������������������...Download