[Groonga-commit] groonga/groonga at e4aee14 [master] Add one more index report on resolving by accessor for data column

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 23 20:05:25 JST 2016


Kouhei Sutou	2016-08-23 20:05:25 +0900 (Tue, 23 Aug 2016)

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

  Message:
    Add one more index report on resolving by accessor for data column

  Modified files:
    lib/db.c

  Modified: lib/db.c (+4 -0)
===================================================================
--- lib/db.c    2016-08-23 20:05:04 +0900 (a7726a7)
+++ lib/db.c    2016-08-23 20:05:25 +0900 (ab7299e)
@@ -3292,6 +3292,10 @@ grn_accessor_resolve_one_data_column(grn_ctx *ctx, grn_accessor *accessor,
   }
   next_res_domain_id = DB_OBJ(index_datum.index)->range;
 
+  grn_report_index(ctx,
+                   "[accessor][resolve][data-column]",
+                   "",
+                   index_datum.index);
   {
     grn_rc rc;
     grn_obj *next_res_domain = grn_ctx_at(ctx, next_res_domain_id);
-------------- next part --------------
HTML����������������������������...
Download 



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