Navigation Menu

Skip to content

Commit

Permalink
add a missing break.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 19, 2011
1 parent 5f2e5a8 commit cb6b748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ha_mroonga.cc
Expand Up @@ -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;
Expand Down

0 comments on commit cb6b748

Please sign in to comment.