Kouhei Sutou
null+****@clear*****
Sun Apr 19 18:47:27 JST 2015
Kouhei Sutou 2015-04-19 18:47:27 +0900 (Sun, 19 Apr 2015) New Revision: cfb2d37efea9e1c8f9ad3361b812a52f45d8caf0 https://github.com/mroonga/mroonga/commit/cfb2d37efea9e1c8f9ad3361b812a52f45d8caf0 Message: Remove code for MySQL 5.1 Modified files: mrn_mysql_compat.h Modified: mrn_mysql_compat.h (+0 -5) =================================================================== --- mrn_mysql_compat.h 2015-04-19 15:31:15 +0900 (8671073) +++ mrn_mysql_compat.h 2015-04-19 18:47:27 +0900 (a717220) @@ -76,11 +76,6 @@ # define GTS_TABLE 0 #endif -/* For MySQL 5.1. MySQL 5.1 doesn't have FN_LIBCHAR2. */ -#ifndef FN_LIBCHAR2 -# define FN_LIBCHAR2 FN_LIBCHAR -#endif - #if MYSQL_VERSION_ID >= 50607 # if MYSQL_VERSION_ID >= 100007 && defined(MRN_MARIADB_P) # define MRN_GET_ERROR_MESSAGE thd_get_error_message(current_thd) -------------- next part -------------- HTML����������������������������...Download