Navigation Menu

Skip to content

Commit

Permalink
mysql57: update get_table_share() API detection
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 17, 2015
1 parent 5f2470f commit 41b058a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_mysql_compat.h
Expand Up @@ -109,7 +109,7 @@
# define MRN_ITEM_HAVE_ITEM_NAME
#endif

#if MYSQL_VERSION_ID >= 50500 && MYSQL_VERSION_ID < 50700
#if MYSQL_VERSION_ID >= 50500 && MYSQL_VERSION_ID < 100000
# define MRN_HAVE_TABLE_DEF_CACHE
#endif

Expand Down

0 comments on commit 41b058a

Please sign in to comment.