[Groonga-commit] groonga/groonga at 2710735 [master] operator: add a missing operator name "quorum"

Back to archive index

Susumu Yata null+****@clear*****
Thu Jan 11 14:05:02 JST 2018


Susumu Yata	2018-01-11 14:05:02 +0900 (Thu, 11 Jan 2018)

  New Revision: 2710735022d0737d0943c61891cd70d09aa34447
  https://github.com/groonga/groonga/commit/2710735022d0737d0943c61891cd70d09aa34447

  Message:
    operator: add a missing operator name "quorum"

  Modified files:
    lib/operator.c

  Modified: lib/operator.c (+3 -2)
===================================================================
--- lib/operator.c    2018-01-11 13:17:41 +0900 (44da293cb)
+++ lib/operator.c    2018-01-11 14:05:02 +0900 (6c4ca0d4b)
@@ -112,10 +112,11 @@ static const char *operator_names[] = {
   "json_put",
   "get_member",
   "regexp",
-  "fuzzy"
+  "fuzzy",
+  "quorum"
 };
 
-#define GRN_OP_LAST GRN_OP_FUZZY
+#define GRN_OP_LAST GRN_OP_QUORUM
 
 const char *
 grn_operator_to_string(grn_operator op)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180111/12a093bb/attachment.htm 



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