@@ -2870,15 +2870,6 @@ row_sel_field_store_in_mysql_format_func(
2870
2870
}
2871
2871
}
2872
2872
2873
- #ifdef UNIV_DEBUG
2874
- /* * Convert a field from Innobase format to MySQL format. */
2875
- # define row_sel_store_mysql_field (m,p,r,i,o,f,t ) \
2876
- row_sel_store_mysql_field_func (m,p,r,i,o,f,t)
2877
- #else /* UNIV_DEBUG */
2878
- /* * Convert a field from Innobase format to MySQL format. */
2879
- # define row_sel_store_mysql_field (m,p,r,i,o,f,t ) \
2880
- row_sel_store_mysql_field_func (m,p,r,o,f,t)
2881
- #endif /* UNIV_DEBUG */
2882
2873
/* * Convert a field in the Innobase format to a field in the MySQL format.
2883
2874
@param[out] mysql_rec record in the MySQL format
2884
2875
@param[in,out] prebuilt prebuilt struct
@@ -2893,13 +2884,11 @@ row_sel_field_store_in_mysql_format_func(
2893
2884
*/
2894
2885
static MY_ATTRIBUTE ((warn_unused_result))
2895
2886
ibool
2896
- row_sel_store_mysql_field_func (
2887
+ row_sel_store_mysql_field (
2897
2888
byte* mysql_rec,
2898
2889
row_prebuilt_t * prebuilt,
2899
2890
const rec_t * rec,
2900
- #ifdef UNIV_DEBUG
2901
2891
const dict_index_t * index,
2902
- #endif
2903
2892
const ulint* offsets,
2904
2893
ulint field_no,
2905
2894
const mysql_row_templ_t *templ)
0 commit comments