[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [mysql51] re-support store_time().

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:46:13 JST 2012


Kouhei Sutou	2012-02-01 11:37:09 +0900 (Wed, 01 Feb 2012)

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

  Log:
    [mysql51] re-support store_time().

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+1 -1)
===================================================================
--- ha_mroonga.h    2012-01-31 18:12:18 +0900 (0642d33)
+++ ha_mroonga.h    2012-02-01 11:37:09 +0900 (ec22d7b)
@@ -114,7 +114,7 @@ extern "C" {
 #  define MRN_TIMESTAMP_USE_LONG
 #endif
 
-#if 50500 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50604
+#if MYSQL_VERSION_ID < 50600 && !defined(MRN_MARIADB_P)
 #  define MRN_FIELD_STORE_TIME_NEED_TYPE
 #endif
 
-------------- next part --------------
HTML����������������������������...
下載 



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