null+****@clear*****
null+****@clear*****
2011年 10月 27日 (木) 19:31:28 JST
Kouhei Sutou 2011-10-27 10:31:28 +0000 (Thu, 27 Oct 2011) New Revision: 49cf9698effa50c86363ec169f2e531cff20ceee Log: fix order. Modified files: ha_mroonga.h Modified: ha_mroonga.h (+1 -1) =================================================================== --- ha_mroonga.h 2011-10-27 10:23:59 +0000 (a1bcb60) +++ ha_mroonga.h 2011-10-27 10:31:28 +0000 (8019014) @@ -71,7 +71,7 @@ extern "C" { #endif #if MYSQL_VERSION_ID < 50603 - typedef Sql_condition MYSQL_ERROR; + typedef MYSQL_ERROR Sql_condition; #endif class ha_mroonga;