Navigation Menu

Skip to content

Commit

Permalink
add definition of MYSQL_SERVER to handler and removed unneeded refere…
Browse files Browse the repository at this point in the history
…nce.
  • Loading branch information
ikdttr committed Jul 28, 2009
1 parent 4eecee7 commit b99bb76
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ha_groonga.cc
Expand Up @@ -2,6 +2,8 @@
#pragma implementation
#endif

#define MYSQL_SERVER 1

#include <mysql_priv.h>
#include <mysql/plugin.h>
#include <pthread.h>
Expand Down Expand Up @@ -943,10 +945,6 @@ const char *mrn_functype_string[] = {
"EXTRACT_FUNC", "CHAR_TYPECAST_FUNC", "FUNC_SP", "UDF_FUNC",
"NEG_FUNC", "GSYSVAR_FUNC"};

extern int string2my_decimal(uint mask, const String *str, my_decimal *d);
#include "item_func.h"
#include "my_decimal.h"

/*
int ha_groonga::convert_cond(Item *cond)
{
Expand Down

0 comments on commit b99bb76

Please sign in to comment.