1
0
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:
Marko Mäkelä
2010-11-03 11:16:11 +02:00
parent c64f952699
commit eab53d4e80
6 changed files with 13 additions and 13 deletions

View File

@ -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 */