[Groonga-commit] groonga/groonga at 7d05b38 [master] Receive a context.

Back to archive index

Daijiro MORI null+****@clear*****
Tue Jun 18 18:08:58 JST 2013


Daijiro MORI	2013-06-18 18:08:58 +0900 (Tue, 18 Jun 2013)

  New Revision: 7d05b38f12f53c4d64e4da851e8bd779648649b5
  https://github.com/groonga/groonga/commit/7d05b38f12f53c4d64e4da851e8bd779648649b5

  Message:
    Receive a context.

  Modified files:
    include/groonga.h
    lib/db.c

  Modified: include/groonga.h (+1 -1)
===================================================================
--- include/groonga.h    2013-06-18 13:22:32 +0900 (e0e12e6)
+++ include/groonga.h    2013-06-18 18:08:58 +0900 (688101a)
@@ -2726,7 +2726,7 @@ GRN_API grn_table_sort_key *grn_table_sort_key_from_str(grn_ctx *ctx,
 GRN_API grn_rc grn_table_sort_key_close(grn_ctx *ctx,
                                         grn_table_sort_key *keys, unsigned int nkeys);
 
-GRN_API grn_bool grn_table_is_grouped(grn_obj *table);
+GRN_API grn_bool grn_table_is_grouped(grn_ctx *ctx, grn_obj *table);
 
 GRN_API grn_obj *grn_table_create_for_group(grn_ctx *ctx,
                                             const char *name,

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2013-06-18 13:22:32 +0900 (8dd8a8f)
+++ lib/db.c    2013-06-18 18:08:58 +0900 (76f097c)
@@ -8871,7 +8871,7 @@ grn_table_sort_key_close(grn_ctx *ctx, grn_table_sort_key *keys, unsigned int nk
 }
 
 grn_bool
-grn_table_is_grouped(grn_obj *table)
+grn_table_is_grouped(grn_ctx *ctx, grn_obj *table)
 {
   if (GRN_OBJ_TABLEP(table) && GRN_TABLE_IS_GROUPED(table)) {
     return GRN_TRUE;
-------------- next part --------------
HTML����������������������������...
Download 



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