mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/zip: btr_cur_pessimistic_delete(): Correct a comment.
This commit is contained in:
parent
ccbb93c016
commit
fd687bbedd
1 changed files with 1 additions and 1 deletions
|
@ -2767,7 +2767,7 @@ btr_cur_pessimistic_delete(
|
|||
offsets = rec_get_offsets(rec, index, NULL, ULINT_UNDEFINED, &heap);
|
||||
|
||||
/* Free externally stored fields if the record is neither
|
||||
a node pointer nor in two-byte format.
|
||||
a node pointer nor in one-byte format.
|
||||
This condition avoids an unnecessary loop. */
|
||||
if (page_is_leaf(page)
|
||||
&& (page_is_comp(page)
|
||||
|
|
Loading…
Add table
Reference in a new issue