[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] align.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 11:18:50 JST 2012


Kouhei Sutou	2011-12-19 16:57:59 +0900 (Mon, 19 Dec 2011)

  New Revision: d9f2ab760c648ea9dc685c6204b4009a0cc5dd5c
  https://github.com/mroonga/mroonga/commit/d9f2ab760c648ea9dc685c6204b4009a0cc5dd5c

  Log:
    align.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-12-19 16:57:49 +0900 (a307bca)
+++ ha_mroonga.cc    2011-12-19 16:57:59 +0900 (bd6ec57)
@@ -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
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-mysql-commit mailing list
Back to archive index