Commit 8a484d98 authored by marko's avatar marko

branches/zip: btr_cur_del_unmark_for_ibuf(): Correct the function comment.

parent 1c8162be
...@@ -2662,7 +2662,7 @@ btr_cur_del_mark_set_sec_rec( ...@@ -2662,7 +2662,7 @@ btr_cur_del_mark_set_sec_rec(
} }
/*************************************************************** /***************************************************************
Sets a secondary index record delete mark to FALSE. This function is only Clear a secondary index record's delete mark. This function is only
used by the insert buffer insert merge mechanism. */ used by the insert buffer insert merge mechanism. */
UNIV_INTERN UNIV_INTERN
void void
......
...@@ -312,8 +312,8 @@ btr_cur_del_mark_set_sec_rec( ...@@ -312,8 +312,8 @@ btr_cur_del_mark_set_sec_rec(
que_thr_t* thr, /* in: query thread */ que_thr_t* thr, /* in: query thread */
mtr_t* mtr); /* in: mtr */ mtr_t* mtr); /* in: mtr */
/*************************************************************** /***************************************************************
Sets a secondary index record delete mark to FALSE. This function is Clear a secondary index record's delete mark. This function is only
only used by the insert buffer insert merge mechanism. */ used by the insert buffer insert merge mechanism. */
UNIV_INTERN UNIV_INTERN
void void
btr_cur_del_unmark_for_ibuf( btr_cur_del_unmark_for_ibuf(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment