• Marko Mäkelä's avatar
    MDEV-20612 fixup: Reduce hash table lookups · 21987e59
    Marko Mäkelä authored
    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.
    21987e59
lock0prdt.cc 26.1 KB