• Marko Mäkelä's avatar
    Merge a fix from mysql-5.5 to mysql-5.1: · 98d527d3
    Marko Mäkelä authored
    revno 2995.37.209
    revision id marko.makela@oracle.com-20110518120508-qhn7vz814vn77v5k
    parent marko.makela@oracle.com-20110517121555-lmple24qzxqkzep4
    timestamp: Wed 2011-05-18 15:05:08 +0300
    message:
      Fix a bogus UNIV_SYNC_DEBUG failure in the fix of Bug #59641
      or Oracle Bug #11766513.
    
      trx_undo_free_prepared(): Do not acquire or release trx->rseg->mutex.
      This code is invoked in the single-threaded part of shutdown, therefore
      a mutex is not needed.
    98d527d3
trx0undo.c 54.1 KB