mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
row_upd_sec_step(): Fix false comment.
This commit is contained in:
parent
0724b4b7c6
commit
c431071458
1 changed files with 2 additions and 2 deletions
|
@ -1375,8 +1375,8 @@ close_cur:
|
|||
}
|
||||
|
||||
/***************************************************************
|
||||
Updates secondary index record if it is changed in the row update. This
|
||||
should be quite rare in database applications. */
|
||||
Updates the secondary index record if it is changed in the row update or
|
||||
deletes it if this is a delete. */
|
||||
UNIV_INLINE
|
||||
ulint
|
||||
row_upd_sec_step(
|
||||
|
|
Loading…
Add table
Reference in a new issue