• Sergey Vojtovich's avatar
    MDEV-17441 - InnoDB transition to C++11 atomics · 9581c4a8
    Sergey Vojtovich authored
    Almost trivial rw_lock_t::lock_word transition. Since C++11 doesn't
    seem to allow mixed (atomic and non-atomic) access to atomic variables,
    we have to perform atomic initialisation.
    
    Also made previously broken code in gis0sea.cc even more broken. It is
    unclear how it was supposed to work and what exactly it was supposed to
    do.
    9581c4a8
sync0rw.cc 33.3 KB