Commit 0938db8f authored by marko's avatar marko

branches/zip: lock_sec_rec_read_check_and_lock(): Correct a typo in comment.

parent 64ddf698
...@@ -360,7 +360,7 @@ lock_sec_rec_read_check_and_lock( ...@@ -360,7 +360,7 @@ lock_sec_rec_read_check_and_lock(
ulint flags, /* in: if BTR_NO_LOCKING_FLAG ulint flags, /* in: if BTR_NO_LOCKING_FLAG
bit is set, does nothing */ bit is set, does nothing */
const buf_block_t* block, /* in: buffer block of rec */ const buf_block_t* block, /* in: buffer block of rec */
const rec_t* rec, /* in: user recpord or page const rec_t* rec, /* in: user record or page
supremum record which should supremum record which should
be read or passed over by a be read or passed over by a
read cursor */ read cursor */
......
...@@ -5169,7 +5169,7 @@ lock_sec_rec_read_check_and_lock( ...@@ -5169,7 +5169,7 @@ lock_sec_rec_read_check_and_lock(
ulint flags, /* in: if BTR_NO_LOCKING_FLAG ulint flags, /* in: if BTR_NO_LOCKING_FLAG
bit is set, does nothing */ bit is set, does nothing */
const buf_block_t* block, /* in: buffer block of rec */ const buf_block_t* block, /* in: buffer block of rec */
const rec_t* rec, /* in: user recpord or page const rec_t* rec, /* in: user record or page
supremum record which should supremum record which should
be read or passed over by a be read or passed over by a
read cursor */ read cursor */
......
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