mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Non-functional change: Remove bogus const qualifiers
and make some function comments more accurate.
This commit is contained in:
@ -126,8 +126,8 @@ UNIV_INTERN
|
||||
void
|
||||
row_upd_index_entry_sys_field(
|
||||
/*==========================*/
|
||||
const dtuple_t* entry, /*!< in: index entry, where the memory buffers
|
||||
for sys fields are already allocated:
|
||||
dtuple_t* entry, /*!< in/out: index entry, where the memory
|
||||
buffers for sys fields are already allocated:
|
||||
the function just copies the new values to
|
||||
them */
|
||||
dict_index_t* index, /*!< in: clustered index */
|
||||
|
Reference in New Issue
Block a user