Kouhei Sutou
null+****@clear*****
Mon Mar 16 23:36:10 JST 2015
Kouhei Sutou 2015-03-16 23:36:10 +0900 (Mon, 16 Mar 2015) New Revision: 2e2b2336da24080c7b7992ad5396cfc9da6df30f https://github.com/mroonga/mroonga/commit/2e2b2336da24080c7b7992ad5396cfc9da6df30f Message: mysql: fix wrong API wrap Modified files: mrn_mysql_compat.h Modified: mrn_mysql_compat.h (+1 -1) =================================================================== --- mrn_mysql_compat.h 2015-03-16 23:32:32 +0900 (9099251) +++ mrn_mysql_compat.h 2015-03-16 23:36:10 +0900 (aa1d256) @@ -69,7 +69,7 @@ init_alloc_root(mrn_memory_key, PTR, SZ1, SZ2) #else # define mrn_init_alloc_root(PTR, SZ1, SZ2, FLAG) \ - init_alloc_root(PTR, SZ1, SZ2, FLAG) + init_alloc_root(PTR, SZ1, SZ2) #endif #if MYSQL_VERSION_ID < 100002 || !defined(MRN_MARIADB_P) -------------- next part -------------- HTML����������������������������... ダウンロード