• Daniel Black's avatar
    MDEV-34567 unit.my_apc always failing on FreeBSD-14 · 2e23c734
    Daniel Black authored
    Without the call to my_mutex_init, the mutex attributes
    my_fast_mutexattr and my_errorcheck_mutexattr are uninitialized.
    
    Linux tolerates this but FreeBSD doesn't (and segfaults).
    
    We fix for all since the unit text should be testing the
    standard mutexes of the system.
    2e23c734
my_apc-t.cc 5.24 KB