Commit 03adfb2f authored by marko's avatar marko

branches/zip: lock_rec_other_has_expl_req(): Minor cleanup: add const

qualifier to parameter, and fix the formatting of a comment.
parent 17127565
......@@ -1432,9 +1432,10 @@ lock_rec_other_has_expl_req(
ulint wait, /* in: LOCK_WAIT if also
waiting locks are taken into
account, or 0 if not */
const buf_block_t* block, /* in: buffer block containing the record */
const buf_block_t* block, /* in: buffer block containing
the record */
ulint heap_no,/* in: heap number of the record */
trx_t* trx) /* in: transaction, or NULL if
const trx_t* trx) /* in: transaction, or NULL if
requests by all transactions
are taken into account */
{
......
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