Commit fd687bbe authored by marko's avatar marko

branches/zip: btr_cur_pessimistic_delete(): Correct a comment.

parent ccbb93c0
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment