[Groonga-commit] groonga/groonga [master] Remove storage '--query "a =R b"' syntax

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 13日 (水) 09:49:29 JST


Kouhei Sutou	2012-06-13 09:49:29 +0900 (Wed, 13 Jun 2012)

  New Revision: 9df782e77581b61e8613355d6da16b555013fa4f

  Log:
    Remove storage '--query "a =R b"' syntax
    
    It's just a mistake 3 years ago. :p
    
    fixes #1393

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+0 -1)
===================================================================
--- lib/expr.c    2012-06-13 00:17:01 +0900 (cd77050)
+++ lib/expr.c    2012-06-13 09:49:29 +0900 (81385a9)
@@ -5014,7 +5014,6 @@ parse_query(grn_ctx *ctx, efs_info *q)
       PARSE(GRN_EXPR_TOKEN_PARENL);
       block_started = GRN_TRUE;
       break;
-    case '=' :
     case 'O' :
       if (q->cur[1] == 'R' && q->cur[2] == ' ') {
         q->cur += 2;




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