[Groonga-commit] groonga/groonga at fe049c7 [master] object_inspect: remove needless "segment_"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 10 12:11:26 JST 2017


Kouhei Sutou	2017-04-10 12:11:26 +0900 (Mon, 10 Apr 2017)

  New Revision: fe049c7de76e6c53f84ba84315b5863a48f164cc
  https://github.com/groonga/groonga/commit/fe049c7de76e6c53f84ba84315b5863a48f164cc

  Message:
    object_inspect: remove needless "segment_"

  Modified files:
    lib/proc/proc_object_inspect.c
    test/command/suite/object_inspect/column/index.expected

  Modified: lib/proc/proc_object_inspect.c (+1 -1)
===================================================================
--- lib/proc/proc_object_inspect.c    2017-04-10 10:37:02 +0900 (751311b)
+++ lib/proc/proc_object_inspect.c    2017-04-10 12:11:26 +0900 (cd602ac)
@@ -306,7 +306,7 @@ command_object_inspect_column_index_value_statistics(grn_ctx *ctx,
     {
       grn_ctx_output_cstr(ctx, "total_chunk_size");
       grn_ctx_output_uint64(ctx, h->total_chunk_size);
-      grn_ctx_output_cstr(ctx, "max_in_use_chunk_segment_id");
+      grn_ctx_output_cstr(ctx, "max_in_use_chunk_id");
       {
         uint32_t i;
         uint32_t max_id;

  Modified: test/command/suite/object_inspect/column/index.expected (+1 -1)
===================================================================
--- test/command/suite/object_inspect/column/index.expected    2017-04-10 10:37:02 +0900 (ce9c2a0)
+++ test/command/suite/object_inspect/column/index.expected    2017-04-10 12:11:26 +0900 (e8c8ed0)
@@ -75,7 +75,7 @@ object_inspect Terms.memos_title_content
         "max_in_use_physical_segment_id": 0,
         "n_unmanaged_segments": 0,
         "total_chunk_size": 0,
-        "max_in_use_chunk_segment_id": 0,
+        "max_in_use_chunk_id": 0,
         "n_garbage_chunks": [
           0,
           0,
-------------- next part --------------
HTML����������������������������...
下載 



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