HAYASHI Kentaro
null+****@clear*****
Fri May 24 11:44:18 JST 2013
HAYASHI Kentaro 2013-05-24 11:44:18 +0900 (Fri, 24 May 2013) New Revision: a3c6763a9929cc6c7e43d1f0dd810cb8adf5ffd6 https://github.com/mroonga/mroonga/commit/a3c6763a9929cc6c7e43d1f0dd810cb8adf5ffd6 Message: Improve MySQL 5.1 compatibility Modified files: mrn_mysql_compat.h Modified: mrn_mysql_compat.h (+5 -0) =================================================================== --- mrn_mysql_compat.h 2013-05-24 11:19:16 +0900 (fdb244b) +++ mrn_mysql_compat.h 2013-05-24 11:44:18 +0900 (f5a9ad0) @@ -78,4 +78,9 @@ # define GTS_TABLE 0 #endif +/* For MySQL 5.1. MySQL 5.1 doesn't have FN_LIBCHAR2. */ +#ifndef FN_LIBCHAR2 +# define FN_LIBCHAR2 '/' +#endif + #endif /* _mrn_mysql_compat_h */ -------------- next part -------------- HTML����������������������������...Download