MDEV-20612 fixup: Reduce hash table lookups
Let us calculate the hash table cell address while we are calculating the latch address, to avoid repeated computations of the address. The latch address can be derived from the cell address with a simple bitmask operation.
Showing
This diff is collapsed.
Please register or sign in to comment