• Konstantin Osipov's avatar
    A pre-requisite patch for the fix for Bug#52044. · b6a00146
    Konstantin Osipov authored
    Implement a few simple asserts in my_rwlock_t locks.
    
    include/my_pthread.h:
      Declare two simple assert functions.
    include/mysql/psi/mysql_thread.h:
      Add wrappers for new assert functions.
    mysys/thr_rwlock.c:
      Add asserts.
    sql/sql_base.cc:
      Silence a compiler warning for the case when
      SAFE_MUTEX is not ON.
    b6a00146
sql_base.cc 298 KB