[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix ha_rows size detection.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:32:53 JST 2012


Kouhei Sutou	2011-11-28 14:32:28 +0900 (Mon, 28 Nov 2011)

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

  Log:
    fix ha_rows size detection.

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+1 -1)
===================================================================
--- ha_mroonga.h    2011-11-28 11:28:00 +0900 (dbdb7a7)
+++ ha_mroonga.h    2011-11-28 14:32:28 +0900 (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"
-------------- next part --------------
HTML����������������������������...
Download 



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