[Groonga-commit] groonga/groonga at da50843 [master] Fix an insufficient flag value update

アーカイブの一覧に戻る

Daijiro MORI null+****@clear*****
Tue Jun 18 20:51:09 JST 2013


Daijiro MORI	2013-06-18 20:51:09 +0900 (Tue, 18 Jun 2013)

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

  Message:
    Fix an insufficient flag value update

  Modified files:
    lib/db.c

  Modified: lib/db.c (+3 -1)
===================================================================
--- lib/db.c    2013-06-18 18:18:25 +0900 (391d737)
+++ lib/db.c    2013-06-18 20:51:09 +0900 (42489f1)
@@ -3061,8 +3061,10 @@ grn_table_group(grn_ctx *ctx, grn_obj *table,
       }
     }
     grn_obj_close(ctx, &bulk);
+    for (r = 0, rp = results; r < n_results; r++, rp++) {
+      GRN_TABLE_GROUPED_ON(rp->table);
+    }
   }
-  GRN_TABLE_GROUPED_ON(results->table);
 exit :
   GRN_API_RETURN(rc);
 }
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る