[Groonga-mysql-commit] mroonga/mroonga at 411f5b4 [master] Remove needless version check

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 19 22:56:19 JST 2015


Kouhei Sutou	2015-06-19 22:56:19 +0900 (Fri, 19 Jun 2015)

  New Revision: 411f5b4c557ee2434e698e31a6607620e74cbb0b
  https://github.com/mroonga/mroonga/commit/411f5b4c557ee2434e698e31a6607620e74cbb0b

  Message:
    Remove needless version check

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+0 -2)
===================================================================
--- ha_mroonga.cpp    2015-06-19 22:42:49 +0900 (7291df3)
+++ ha_mroonga.cpp    2015-06-19 22:56:19 +0900 (44cbb73)
@@ -9187,7 +9187,6 @@ bool ha_mroonga::find_token_filters(KEY *key_info, grn_obj *token_filters)
 {
   MRN_DBUG_ENTER_METHOD();
   bool found = false;
-#if MYSQL_VERSION_ID >= 50500
   if (key_info->comment.length > 0) {
     mrn::ParametersParser parser(key_info->comment.str,
                                  key_info->comment.length);
@@ -9197,7 +9196,6 @@ bool ha_mroonga::find_token_filters(KEY *key_info, grn_obj *token_filters)
       found = find_token_filters_fill(token_filters, names, strlen(names));
     }
   }
-#endif
   DBUG_RETURN(found);
 }
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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