[Groonga-commit] groonga/groonga [master] table: rename set into result_set.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 25日 (月) 13:05:14 JST


Daijiro MORI	2012-06-25 13:05:14 +0900 (Mon, 25 Jun 2012)

  New Revision: 117b0bf514b2f7c97b503be16269e33d9da82503
  https://github.com/groonga/groonga/commit/117b0bf514b2f7c97b503be16269e33d9da82503

  Log:
    table: rename set into result_set.

  Modified files:
    plugins/table/table.c

  Modified: plugins/table/table.c (+4 -3)
===================================================================
--- plugins/table/table.c    2012-06-25 11:40:13 +0900 (9d5e80a)
+++ plugins/table/table.c    2012-06-25 13:05:14 +0900 (221c963)
@@ -562,13 +562,13 @@ GRN_PLUGIN_REGISTER(grn_ctx *ctx)
   DEF_VAR(vars[1], "columns");
   DEF_VAR(vars[2], "operator");
   DEF_VAR(vars[3], "value");
-  DEF_VAR(vars[4], "set");
+  DEF_VAR(vars[4], "result_set");
   DEF_VAR(vars[5], "set_operation");
   DEF_COMMAND("find", command_find, 6, vars);
 
   DEF_VAR(vars[0], "table");
   DEF_VAR(vars[1], "key");
-  DEF_VAR(vars[2], "set");
+  DEF_VAR(vars[2], "result_set");
   DEF_COMMAND("group", command_group, 3, vars);
 
   DEF_VAR(vars[0], "table");
@@ -584,7 +584,7 @@ GRN_PLUGIN_REGISTER(grn_ctx *ctx)
   DEF_COMMAND("output", command_output, 4, vars);
 
   DEF_VAR(vars[0], "table");
-  DEF_VAR(vars[1], "expr");
+  DEF_VAR(vars[1], "expression");
   DEF_COMMAND("each", command_each, 2, vars);
 
   DEF_VAR(vars[0], "table");
@@ -613,6 +613,7 @@ GRN_PLUGIN_REGISTER(grn_ctx *ctx)
   DEF_VAR(vars[5], "allow_column_expression");
   DEF_VAR(vars[6], "allow_pragma");
   DEF_COMMAND("match", command_match, 7, vars);
+
   return ctx->rc;
 }
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index