Kouhei Sutou
null+****@clear*****
Fri Jul 21 22:25:37 JST 2017
Kouhei Sutou 2017-07-21 22:25:37 +0900 (Fri, 21 Jul 2017) New Revision: 52d136d8c19cab8501f1b94fb6b7ddbfe819138f https://github.com/mroonga/mroonga/commit/52d136d8c19cab8501f1b94fb6b7ddbfe819138f Message: Fix a typo Modified files: mrn_mysql_compat.h Modified: mrn_mysql_compat.h (+2 -2) =================================================================== --- mrn_mysql_compat.h 2017-07-21 17:08:39 +0900 (83eeef8) +++ mrn_mysql_compat.h 2017-07-21 22:25:37 +0900 (4fa4c96) @@ -395,8 +395,8 @@ #endif #if (!defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 80002) -# define ITEM_SUM_GET_NEST_LEVEL(sum_item) (sum_item)->base_select->next_level -# define ITEM_SUM_GET_AGGR_LEVEL(sum_item) (sum_item)->aggr_select->next_level +# define ITEM_SUM_GET_NEST_LEVEL(sum_item) (sum_item)->base_select->nest_level +# define ITEM_SUM_GET_AGGR_LEVEL(sum_item) (sum_item)->aggr_select->nest_level # define ITEM_SUM_GET_MAX_AGGR_LEVEL(sum_item) (sum_item)->max_aggr_level #else # define ITEM_SUM_GET_NEST_LEVEL(sum_item) (sum_item)->nest_level -------------- next part -------------- HTML����������������������������...Download