[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] keep up-to-date with groonga.

Back to archive index

mir null+****@clear*****
Thu Oct 4 10:19:32 JST 2012


mir	2009-08-11 19:00:26 +0900 (Tue, 11 Aug 2009)

  New Revision: 4cde3e8f4379a74375761583c7cba87533f3085d
  https://github.com/mroonga/mroonga/commit/4cde3e8f4379a74375761583c7cba87533f3085d

  Log:
    keep up-to-date with groonga.

  Modified files:
    driver.c

  Modified: driver.c (+2 -2)
===================================================================
--- driver.c    2009-08-11 15:05:58 +0900 (58847f2)
+++ driver.c    2009-08-11 19:00:26 +0900 (4e89bc9)
@@ -99,7 +99,7 @@ int mrn_init()
     if ((mrn_lexicon = grn_table_create(&ctx, MRN_LEXICON_TABLE_NAME,
                                         strlen(MRN_LEXICON_TABLE_NAME), NULL,
                                         GRN_OBJ_TABLE_PAT_KEY|GRN_OBJ_PERSISTENT,
-                                        grn_ctx_at(&ctx,GRN_DB_SHORTTEXT), 0)))
+                                        grn_ctx_at(&ctx,GRN_DB_SHORT_TEXT), 0)))
     {
       GRN_LOG(&ctx, GRN_LOG_NOTICE, "lexicon table created");
     }
@@ -528,7 +528,7 @@ int mrn_rewind_record(grn_ctx *ctx, mrn_record *record)
 
 int mrn_rnd_init(grn_ctx *ctx, mrn_info *info)
 {
-  info->cursor = grn_table_cursor_open(ctx, info->table->obj, NULL, 0, NULL, 0, 0);
+  info->cursor = grn_table_cursor_open(ctx, info->table->obj, NULL, 0, NULL, 0, 0, 0, 0);
   if (info->cursor == NULL)
   {
     GRN_LOG(ctx, GRN_LOG_ERROR, "cannot open cursor: %s", info->table->name);
-------------- next part --------------
HTML����������������������������...
Download 



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