Kouhei Sutou
null+****@clear*****
Sun Jun 21 23:15:41 JST 2015
Kouhei Sutou 2015-06-21 23:15:41 +0900 (Sun, 21 Jun 2015) New Revision: 6df2942a280b4dfd5f0231251ab9a12176dee687 https://github.com/mroonga/mroonga/commit/6df2942a280b4dfd5f0231251ab9a12176dee687 Message: Remove needless check for old MariaDB Modified files: ha_mroonga.hpp Modified: ha_mroonga.hpp (+1 -3) =================================================================== --- ha_mroonga.hpp 2015-06-21 23:14:24 +0900 (ca357ee) +++ ha_mroonga.hpp 2015-06-21 23:15:41 +0900 (3705921) @@ -131,9 +131,7 @@ extern "C" { # define MRN_HAVE_TL_WRITE_CONCURRENT_DEFAULT #endif -#if (defined(MRN_MARIADB_P) && \ - ((MYSQL_VERSION_ID >= 50306 && MYSQL_VERSION_ID < 50500) || \ - MYSQL_VERSION_ID >= 50523)) +#ifdef MRN_MARIADB_P # define MRN_HANDLER_AUTO_REPAIR_HAVE_ERROR #endif -------------- next part -------------- HTML����������������������������... Download