[Groonga-commit] groonga/groonga at 3ff80f2 [master] Support inspecting GRN_OP_REGEXP

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 10 18:52:53 JST 2015


Kouhei Sutou	2015-03-10 18:52:53 +0900 (Tue, 10 Mar 2015)

  New Revision: 3ff80f2f43a98f92287685fd4cc147f1dbf57d6b
  https://github.com/groonga/groonga/commit/3ff80f2f43a98f92287685fd4cc147f1dbf57d6b

  Message:
    Support inspecting GRN_OP_REGEXP

  Modified files:
    lib/operator.c

  Modified: lib/operator.c (+1 -1)
===================================================================
--- lib/operator.c    2015-03-10 18:40:24 +0900 (0ac2320)
+++ lib/operator.c    2015-03-10 18:52:53 +0900 (6e631aa)
@@ -115,7 +115,7 @@ static const char *operator_names[] = {
 const char *
 grn_operator_to_string(grn_operator op)
 {
-  if (GRN_OP_PUSH <= op && op <= GRN_OP_GET_MEMBER) {
+  if (GRN_OP_PUSH <= op && op <= GRN_OP_REGEXP) {
     return operator_names[op];
   } else {
     return "unknown";
-------------- next part --------------
HTML����������������������������...
Download 



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