Commit 365f4782 authored by Eugene Kosov's avatar Eugene Kosov

make buf_block_t::lock_hash_val uint32_t

parent af2d260b
...@@ -1738,7 +1738,7 @@ struct buf_block_t{ ...@@ -1738,7 +1738,7 @@ struct buf_block_t{
used in debugging */ used in debugging */
ibool in_withdraw_list; ibool in_withdraw_list;
#endif /* UNIV_DEBUG */ #endif /* UNIV_DEBUG */
unsigned lock_hash_val:32;/*!< hashed value of the page address uint32_t lock_hash_val; /*!< hashed value of the page address
in the record lock hash table; in the record lock hash table;
protected by buf_block_t::lock protected by buf_block_t::lock
(or buf_block_t::mutex, buf_pool->mutex (or buf_block_t::mutex, buf_pool->mutex
......
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