[Groonga-mysql-commit] mroonga/mroonga [master] fix ha_rows size detection.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 28日 (月) 14:32:28 JST


Kouhei Sutou	2011-11-28 05:32:28 +0000 (Mon, 28 Nov 2011)

  New Revision: cbc4ca09f94cc20ad1cb80bebbeceef102818047

  Log:
    fix ha_rows size detection.

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+1 -1)
===================================================================
--- ha_mroonga.h    2011-11-28 02:28:00 +0000 (dbdb7a7)
+++ ha_mroonga.h    2011-11-28 05:32:28 +0000 (c900992)
@@ -79,7 +79,7 @@ extern "C" {
 #  define MRN_TABLE_LIST_INIT_REQUIRE_ALIAS
 #endif
 
-#if MYSQL_VERSION_ID >= 50600
+#ifdef BIG_TABLES
 #  define MRN_HA_ROWS_FORMAT "llu"
 #else
 #  define MRN_HA_ROWS_FORMAT "lu"




Groonga-mysql-commit メーリングリストの案内
Back to archive index