[Groonga-commit] groonga/groonga [master] Stopped printing COMPRESS_NONE in proc_dump().

Back to archive index

null+****@clear***** null+****@clear*****
2010年 8月 7日 (土) 13:21:47 JST


Daijiro MORI	2010-08-07 04:21:47 +0000 (Sat, 07 Aug 2010)

  New Revision: 635e5ae80583145824facc9bf7b58fdb73603500

  Log:
    Stopped printing COMPRESS_NONE in proc_dump().

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+0 -1)
===================================================================
--- lib/proc.c    2010-08-05 11:39:36 +0000 (0a3b709)
+++ lib/proc.c    2010-08-07 04:21:47 +0000 (4814e39)
@@ -525,7 +525,6 @@ grn_column_create_flags_to_text(grn_ctx *ctx, grn_obj *buf, grn_obj_flags flags)
   }
   switch (flags & GRN_OBJ_COMPRESS_MASK) {
   case GRN_OBJ_COMPRESS_NONE:
-    GRN_TEXT_PUTS(ctx, buf, "|COMPRESS_NONE");
     break;
   case GRN_OBJ_COMPRESS_ZLIB:
     GRN_TEXT_PUTS(ctx, buf, "|COMPRESS_ZLIB");




Groonga-commit メーリングリストの案内
Back to archive index