Navigation Menu

Skip to content

Commit

Permalink
fix ha_rows size detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 28, 2011
1 parent 3fedef2 commit cbc4ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.h
Expand Up @@ -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"
Expand Down

0 comments on commit cbc4ca0

Please sign in to comment.