[Groonga-commit] groonga/groonga at da48914 [master] Fix a bug that wrong object is modified

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri May 24 11:41:45 JST 2013


Kouhei Sutou	2013-05-24 11:41:45 +0900 (Fri, 24 May 2013)

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

  Message:
    Fix a bug that wrong object is modified

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2013-05-24 11:16:50 +0900 (e84f0a9)
+++ lib/db.c    2013-05-24 11:41:45 +0900 (b373dd1)
@@ -3023,7 +3023,7 @@ grn_table_group(grn_ctx *ctx, grn_obj *table,
     }
     grn_obj_close(ctx, &bulk);
   }
-  GRN_TABLE_GROUPED_ON(results);
+  GRN_TABLE_GROUPED_ON(results->table);
 exit :
   GRN_API_RETURN(rc);
 }
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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