Navigation Menu

Skip to content

Commit

Permalink
mysql56: MySQL 5.6.7-rc drops handler::add_index()
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 23, 2012
1 parent f453e80 commit 1b5a2ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ha_mroonga.hpp
Expand Up @@ -40,8 +40,7 @@ extern "C" {
# define MRN_HANDLER_CLONE_NEED_NAME 1
#endif

#if (MYSQL_VERSION_ID >= 50603) || \
(MYSQL_VERSION_ID >= 50514)
#if (MYSQL_VERSION_ID >= 50514 && MYSQL_VERSION_ID < 50600)
# define MRN_HANDLER_HAVE_FINAL_ADD_INDEX 1
#endif

Expand Down

0 comments on commit 1b5a2ae

Please sign in to comment.