mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
branches/zip: lock_sec_rec_read_check_and_lock(): Correct a typo in comment.
This commit is contained in:
parent
d2f07538d1
commit
cd247197cd
2 changed files with 2 additions and 2 deletions
|
@ -360,7 +360,7 @@ lock_sec_rec_read_check_and_lock(
|
|||
ulint flags, /* in: if BTR_NO_LOCKING_FLAG
|
||||
bit is set, does nothing */
|
||||
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
|
||||
be read or passed over by a
|
||||
read cursor */
|
||||
|
|
|
@ -5169,7 +5169,7 @@ lock_sec_rec_read_check_and_lock(
|
|||
ulint flags, /* in: if BTR_NO_LOCKING_FLAG
|
||||
bit is set, does nothing */
|
||||
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
|
||||
be read or passed over by a
|
||||
read cursor */
|
||||
|
|
Loading…
Add table
Reference in a new issue