Skip to content

Commit 4edb293

Browse files
committed
Merge 10.3 into 10.4
2 parents 0474be0 + 7781924 commit 4edb293

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

storage/innobase/row/row0sel.cc

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,15 +2870,6 @@ row_sel_field_store_in_mysql_format_func(
28702870
}
28712871
}
28722872

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 */
28822873
/** Convert a field in the Innobase format to a field in the MySQL format.
28832874
@param[out] mysql_rec record in the MySQL format
28842875
@param[in,out] prebuilt prebuilt struct
@@ -2893,13 +2884,11 @@ row_sel_field_store_in_mysql_format_func(
28932884
*/
28942885
static MY_ATTRIBUTE((warn_unused_result))
28952886
ibool
2896-
row_sel_store_mysql_field_func(
2887+
row_sel_store_mysql_field(
28972888
byte* mysql_rec,
28982889
row_prebuilt_t* prebuilt,
28992890
const rec_t* rec,
2900-
#ifdef UNIV_DEBUG
29012891
const dict_index_t* index,
2902-
#endif
29032892
const ulint* offsets,
29042893
ulint field_no,
29052894
const mysql_row_templ_t*templ)

0 commit comments

Comments
 (0)