Navigation Menu

Skip to content

Commit

Permalink
[mysql-5.6] handler::clone() receives name again in MySQL 5.6.3...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2011
1 parent 8c4e6ce commit 75ddab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ha_mroonga.h
Expand Up @@ -32,7 +32,8 @@ extern "C" {
#include <groonga.h>
#include "mrn_sys.h"

#if (MYSQL_VERSION_ID >= 50513 && MYSQL_VERSION_ID < 50600) || \
#if (MYSQL_VERSION_ID >= 50603) || \
(MYSQL_VERSION_ID >= 50513 && MYSQL_VERSION_ID < 50600) || \
(MYSQL_VERSION_ID >= 50158 && MYSQL_VERSION_ID < 50500)
# define MRN_HANDLER_CLONE_NEED_NAME 1
#endif
Expand Down

0 comments on commit 75ddab3

Please sign in to comment.