Navigation Menu

Skip to content

Commit

Permalink
[mysql-5.6] handler::clone() doesn't receive name again...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2011
1 parent d6e4f5a commit 0bb5ea3
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 >= 50158 && MYSQL_VERSION_ID < 50500)
#if (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 0bb5ea3

Please sign in to comment.