@@ -2908,15 +2908,6 @@ row_sel_field_store_in_mysql_format_func(
2908
2908
}
2909
2909
}
2910
2910
2911
- #ifdef UNIV_DEBUG
2912
- /* * Convert a field from Innobase format to MySQL format. */
2913
- # define row_sel_store_mysql_field (m,p,r,i,o,f,t ) \
2914
- row_sel_store_mysql_field_func (m,p,r,i,o,f,t)
2915
- #else /* UNIV_DEBUG */
2916
- /* * Convert a field from Innobase format to MySQL format. */
2917
- # define row_sel_store_mysql_field (m,p,r,i,o,f,t ) \
2918
- row_sel_store_mysql_field_func (m,p,r,o,f,t)
2919
- #endif /* UNIV_DEBUG */
2920
2911
/* * Convert a field in the Innobase format to a field in the MySQL format.
2921
2912
@param[out] mysql_rec record in the MySQL format
2922
2913
@param[in,out] prebuilt prebuilt struct
@@ -2931,13 +2922,11 @@ row_sel_field_store_in_mysql_format_func(
2931
2922
*/
2932
2923
static MY_ATTRIBUTE ((warn_unused_result))
2933
2924
ibool
2934
- row_sel_store_mysql_field_func (
2925
+ row_sel_store_mysql_field (
2935
2926
byte* mysql_rec,
2936
2927
row_prebuilt_t * prebuilt,
2937
2928
const rec_t * rec,
2938
- #ifdef UNIV_DEBUG
2939
2929
const dict_index_t * index,
2940
- #endif
2941
2930
const ulint* offsets,
2942
2931
ulint field_no,
2943
2932
const mysql_row_templ_t *templ)
0 commit comments