Kouhei Sutou
null+****@clear*****
Mon Mar 16 23:24:06 JST 2015
Kouhei Sutou 2015-03-16 23:24:06 +0900 (Mon, 16 Mar 2015) New Revision: 4017b045bb6baa92b719ed7fcc82f7524181f6ab https://github.com/mroonga/mroonga/commit/4017b045bb6baa92b719ed7fcc82f7524181f6ab Message: mysql57: BIG_TABLES is always enabled Modified files: ha_mroonga.hpp Modified: ha_mroonga.hpp (+7 -1) =================================================================== --- ha_mroonga.hpp 2015-03-16 23:13:40 +0900 (6d15627) +++ ha_mroonga.hpp 2015-03-16 23:24:06 +0900 (f054685) @@ -98,7 +98,13 @@ extern "C" { # define MRN_TABLE_LIST_INIT_REQUIRE_ALIAS #endif -#ifdef BIG_TABLES +#if MYSQL_VERSION_ID >= 50706 && !defined(MRN_MARIADB_P) +# define MRN_BIG_TABLES +#elif defined(BIG_TABLES) +# define MRN_BIG_TABLES +#endif + +#ifdef MRN_BIG_TABLES # define MRN_HA_ROWS_FORMAT "llu" #else # define MRN_HA_ROWS_FORMAT "lu" -------------- next part -------------- HTML����������������������������... 다운로드