• Marko Mäkelä's avatar
    MDEV-22721 fixup for 32-bit GCC · e14ffd85
    Marko Mäkelä authored
    lock_check_trx_id_sanity(): Because the argument of UNIV_LIKELY
    or __builtin_expect() can be less than sizeof(trx_id_t) on 32-bit
    systems, it cannot reliably perform an implicit comparison to 0.
    e14ffd85
lock0lock.cc 189 KB