[Groonga-mysql-commit] mroonga/mroonga at 1d432b6 [master] Treat FN_LIBCHAR2 as an alias of FN_LIBCHAR on MySQL 5.1

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri May 24 12:14:34 JST 2013


HAYASHI Kentaro	2013-05-24 12:14:34 +0900 (Fri, 24 May 2013)

  New Revision: 1d432b65aea0d5897b537fdbf1325b45f25f0b1d
  https://github.com/mroonga/mroonga/commit/1d432b65aea0d5897b537fdbf1325b45f25f0b1d

  Message:
    Treat FN_LIBCHAR2 as an alias of FN_LIBCHAR on MySQL 5.1

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2013-05-24 11:44:18 +0900 (f5a9ad0)
+++ mrn_mysql_compat.h    2013-05-24 12:14:34 +0900 (336a1fb)
@@ -80,7 +80,7 @@
 
 /* For MySQL 5.1. MySQL 5.1 doesn't have FN_LIBCHAR2. */
 #ifndef FN_LIBCHAR2
-#  define FN_LIBCHAR2 '/'
+#  define FN_LIBCHAR2 FN_LIBCHAR
 #endif
 
 #endif /* _mrn_mysql_compat_h */
-------------- next part --------------
HTML����������������������������...
다운로드 



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