[Groonga-mysql-commit] mroonga/mroonga at 3321f5a [master] Remove needless version check

Back to archive index

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


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

  New Revision: 3321f5a228368b0976fdd65b7ef2bd6bf1575840
  https://github.com/mroonga/mroonga/commit/3321f5a228368b0976fdd65b7ef2bd6bf1575840

  Message:
    Remove needless version check

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+0 -2)
===================================================================
--- ha_mroonga.cpp    2015-06-19 22:56:19 +0900 (44cbb73)
+++ ha_mroonga.cpp    2015-06-19 22:56:56 +0900 (4b921d2)
@@ -9165,7 +9165,6 @@ bool ha_mroonga::find_index_column_flags(KEY *key_info, grn_obj_flags *index_col
 {
   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);
@@ -9179,7 +9178,6 @@ bool ha_mroonga::find_index_column_flags(KEY *key_info, grn_obj_flags *index_col
                                                index_column_flags);
     }
   }
-#endif
   DBUG_RETURN(found);
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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