Navigation Menu

Skip to content

Commit

Permalink
Fix macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 21, 2015
1 parent 33e1c72 commit fbb202c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.hpp
Expand Up @@ -180,7 +180,7 @@ extern "C" {
#endif

#ifdef MRN_MARIADB_P
# if MYSQL_VERSION_ID >= 50542 && MYSQL_VERSION < 100000
# if MYSQL_VERSION_ID >= 50542 && MYSQL_VERSION_ID < 100000
# define MRN_SUPPORT_THDVAR_SET
# elif MYSQL_VERSION_ID >= 100017
# define MRN_SUPPORT_THDVAR_SET
Expand Down

0 comments on commit fbb202c

Please sign in to comment.