mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Applying InnoDB snapshot
Detailed revision comments: r6305 | marko | 2009-12-14 13:03:57 +0200 (Mon, 14 Dec 2009) | 2 lines branches/zip: row_undo_mod_del_unmark_sec_and_undo_update(): Add a missing const qualifier.
This commit is contained in:
parent
f6466bb8c6
commit
a404d9939b
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ row_undo_mod_del_unmark_sec_and_undo_update(
|
|||
BTR_MODIFY_TREE */
|
||||
que_thr_t* thr, /*!< in: query thread */
|
||||
dict_index_t* index, /*!< in: index */
|
||||
dtuple_t* entry) /*!< in: index entry */
|
||||
const dtuple_t* entry) /*!< in: index entry */
|
||||
{
|
||||
mem_heap_t* heap;
|
||||
btr_pcur_t pcur;
|
||||
|
|
Loading…
Add table
Reference in a new issue