Commit f76a32c2 authored by Marko Mäkelä's avatar Marko Mäkelä

Clarify a comment.

parent 35e80930
...@@ -2429,8 +2429,8 @@ btr_cur_pessimistic_update( ...@@ -2429,8 +2429,8 @@ btr_cur_pessimistic_update(
record on its page? */ record on its page? */
was_first = page_cur_is_before_first(page_cursor); was_first = page_cur_is_before_first(page_cursor);
/* The first parameter means that no lock checking and undo logging /* Lock checks and undo logging were already performed by
is made in the insert */ btr_cur_upd_lock_and_undo(). */
err = btr_cur_pessimistic_insert(BTR_NO_UNDO_LOG_FLAG err = btr_cur_pessimistic_insert(BTR_NO_UNDO_LOG_FLAG
| BTR_NO_LOCKING_FLAG | BTR_NO_LOCKING_FLAG
......
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