mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +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
|
Updates the secondary index record if it is changed in the row update or
|
||||||
should be quite rare in database applications. */
|
deletes it if this is a delete. */
|
||||||
UNIV_INLINE
|
UNIV_INLINE
|
||||||
ulint
|
ulint
|
||||||
row_upd_sec_step(
|
row_upd_sec_step(
|
||||||
|
|
Loading…
Add table
Reference in a new issue