[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fixed grn_table_cursor_open parameters for api_sample.c

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:20:02 JST 2012


Tetsuro IKEDA	2010-03-16 14:04:29 +0900 (Tue, 16 Mar 2010)

  New Revision: 256ac97e2d3997c899af0c449f2379341a24ff8a
  https://github.com/mroonga/mroonga/commit/256ac97e2d3997c899af0c449f2379341a24ff8a

  Log:
    fixed grn_table_cursor_open parameters for api_sample.c

  Modified files:
    test/unit/api_sample.c

  Modified: test/unit/api_sample.c (+1 -1)
===================================================================
--- test/unit/api_sample.c    2010-03-16 14:02:10 +0900 (c7403a0)
+++ test/unit/api_sample.c    2010-03-16 14:04:29 +0900 (28ef329)
@@ -168,7 +168,7 @@ void test_sample_expression()
   cut_assert_not_null(res);
   cut_assert_equal_int(3, grn_table_size(ctx, res));
 
-  tc = grn_table_cursor_open(ctx, res, NULL, 0, NULL, 0, 0, 0, 0);
+  tc = grn_table_cursor_open(ctx, res, NULL, 0, NULL, 0, 0, -1, 0);
   int i;
   for (i=5; i<=7; i++)
   {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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