null+****@clear*****
null+****@clear*****
2011年 12月 19日 (月) 16:57:49 JST
Kouhei Sutou 2011-12-19 07:57:49 +0000 (Mon, 19 Dec 2011)
New Revision: cb6b748090982134c9d1b33b7ae09cbb5d3d669b
Log:
add a missing break.
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+1 -0)
===================================================================
--- ha_mroonga.cc 2011-12-19 07:32:21 +0000 (7f5c3ee)
+++ ha_mroonga.cc 2011-12-19 07:57:49 +0000 (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;