Commit 7b29049b authored by marko's avatar marko

branches/zip: row_undo_mod_del_unmark_sec_and_undo_update(): Add a missing

const qualifier.
parent 40e51174
...@@ -438,7 +438,7 @@ row_undo_mod_del_unmark_sec_and_undo_update( ...@@ -438,7 +438,7 @@ row_undo_mod_del_unmark_sec_and_undo_update(
BTR_MODIFY_TREE */ BTR_MODIFY_TREE */
que_thr_t* thr, /*!< in: query thread */ que_thr_t* thr, /*!< in: query thread */
dict_index_t* index, /*!< in: index */ dict_index_t* index, /*!< in: index */
dtuple_t* entry) /*!< in: index entry */ const dtuple_t* entry) /*!< in: index entry */
{ {
mem_heap_t* heap; mem_heap_t* heap;
btr_pcur_t pcur; btr_pcur_t pcur;
......
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