Navigation Menu

Skip to content

Commit

Permalink
Remove needless value for flag macro
Browse files Browse the repository at this point in the history
We should use it by checking whether defined or not.
  • Loading branch information
kou committed Nov 17, 2013
1 parent 8d23b35 commit 2241a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.hpp
Expand Up @@ -88,7 +88,7 @@ extern "C" {
#endif

#if MYSQL_VERSION_ID < 50600
# define MRN_HANDLER_HAVE_GET_TABLESPACE_NAME 1
# define MRN_HANDLER_HAVE_GET_TABLESPACE_NAME
#endif

#if MYSQL_VERSION_ID >= 50500
Expand Down

0 comments on commit 2241a88

Please sign in to comment.