[Groonga-commit] groonga/groonga [master] output logtrace in is_deletable().

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 14日 (水) 23:49:22 JST


Daijiro MORI	2010-07-14 14:49:22 +0000 (Wed, 14 Jul 2010)

  New Revision: c3f93ab0a0a0db169d4d6e262643de103cf39651

  Log:
    output logtrace in is_deletable().

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -0)
===================================================================
--- lib/db.c    2010-07-14 09:28:55 +0000 (e68a761)
+++ lib/db.c    2010-07-14 14:49:22 +0000 (ddb5819)
@@ -1208,6 +1208,7 @@ is_deletable(grn_ctx *ctx, grn_obj *table, grn_id id)
               (esize = grn_ii_estimate_size(ctx, (grn_ii *)col, id))) {
             GRN_LOG(ctx, GRN_WARN, "undeletable record(%d:%d) has value (%d:%d)",
                     DB_OBJ(table)->id, id, *key, esize);
+            LOGTRACE(ctx, GRN_WARN);
             res = 0;
           }
         });




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