[Groonga-mysql-commit] mroonga/mroonga at b2bc202 [master] Remove code for MariaDB 5.3

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 22:51:39 JST 2015


Kouhei Sutou	2015-06-21 22:51:39 +0900 (Sun, 21 Jun 2015)

  New Revision: b2bc20279df77cc4a06a6daa9dc76fffda0e6cf9
  https://github.com/mroonga/mroonga/commit/b2bc20279df77cc4a06a6daa9dc76fffda0e6cf9

  Message:
    Remove code for MariaDB 5.3

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2015-06-21 18:50:29 +0900 (9e5cc6e)
+++ mrn_mysql_compat.h    2015-06-21 22:51:39 +0900 (e776891)
@@ -33,7 +33,7 @@
 #endif
 
 #if defined(MRN_MARIADB_P)
-#  if MYSQL_VERSION_ID >= 50302 && MYSQL_VERSION_ID < 100000
+#  if MYSQL_VERSION_ID < 100000
      typedef COST_VECT Cost_estimate;
 #  endif
 #endif
-------------- next part --------------
HTML����������������������������...
Descargar 



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