Navigation Menu

Skip to content

Commit

Permalink
align.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 19, 2011
1 parent cb6b748 commit d9f2ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -611,7 +611,7 @@ static grn_builtin_type mrn_grn_type_from_field(grn_ctx *ctx, Field *field,
break;
case MYSQL_TYPE_STRING: // ??? CHAR???; < 1Kbytes =~ (255 * 4)bytes
// 4 is the maximum size of a character
type = GRN_DB_SHORT_TEXT; // 4Kbytes
type = GRN_DB_SHORT_TEXT; // 4Kbytes
break;
case MYSQL_TYPE_GEOMETRY: // ???bytes
type = GRN_DB_WGS84_GEO_POINT; // 8bytes
Expand Down

0 comments on commit d9f2ab7

Please sign in to comment.