-
Jon Olav Hauglid authored
Post-push fix: Change my_atomic_rwlock_t back to contain pthread_mutex_t and not mysql_mutex_t to avoid risk of recursion. Instead change SAFE_MUTEX versions of my_atomic_rwlock_* macros to accept pthread_mutex_t parameter. Issue noticed by Marc Alff.
Jon Olav Hauglid authoredPost-push fix: Change my_atomic_rwlock_t back to contain pthread_mutex_t and not mysql_mutex_t to avoid risk of recursion. Instead change SAFE_MUTEX versions of my_atomic_rwlock_* macros to accept pthread_mutex_t parameter. Issue noticed by Marc Alff.
Loading