[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add definition of MYSQL_SERVER to handler and removed unneeded reference.

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:47:11 JST 2012


Tetsuro IKEDA	2009-07-28 13:10:44 +0900 (Tue, 28 Jul 2009)

  New Revision: b99bb765e719df3f90e21113731390620888d0a6
  https://github.com/mroonga/mroonga/commit/b99bb765e719df3f90e21113731390620888d0a6

  Log:
    add definition of MYSQL_SERVER to handler and removed unneeded reference.

  Modified files:
    ha_groonga.cc

  Modified: ha_groonga.cc (+2 -4)
===================================================================
--- ha_groonga.cc    2009-07-28 10:52:11 +0900 (b8b0b1b)
+++ ha_groonga.cc    2009-07-28 13:10:44 +0900 (5ae6e3a)
@@ -2,6 +2,8 @@
 #pragma implementation
 #endif
 
+#define MYSQL_SERVER 1
+
 #include <mysql_priv.h>
 #include <mysql/plugin.h>
 #include <pthread.h>
@@ -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)
 {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index